Too much space between site header image and main navigation bar
-
I’m using the Dara theme and trying to remove the space/padding between the header image and the main navigation menu bar.
I tried using the code:
/* Remove Site Title */
.site-title {display: none;}But it only removed the ability to amend the site title, rather than removing the space allocated for it.
Please assist.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the space is created with padding on the .site-branding div. Add the following to your custom CSS to remove that padding.
.site-branding { padding: 0; } -
-
- The topic ‘Too much space between site header image and main navigation bar’ is closed to new replies.