Padding between Header Logo and Primary Menu
-
Hello! We’re making some changes to our site at the moment using Zuki theme, but before we proceed further we’d love to decrease the padding between the centred Header Logo and Primary Menu. Could anyone help up with the right CSS code which we can use to do that?
We would also love to decrease the padding between Primary Menu and Content (and our ‘Archives and Categories’ pop-up widget).
Thank you! x
The blog I need help with is: (visible only to logged in users)
-
Hi, there is 56px of top and 80px of bottom padding on the navigation. Add the following CSS and then reduce the 56px value as desired and see if that gets you to where you want to be.
#site-nav { padding: 56px 0 80px; } -
-
- The topic ‘Padding between Header Logo and Primary Menu’ is closed to new replies.