Make Menu bar thinner/shorter
-
is there a way to make the menu bar a bit shorter? it’s on the thick side and i was hoping we could make it thinner? is that possible?
pnpi.org
The blog I need help with is: (visible only to logged in users)
-
Hi maryellentc
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
nav#site-navigation { padding-top: 0em; padding-bottom: 0em; } -
If you still want it thinner add the following.
.main-navigation li { padding-top: .3em; padding-bottom: .3em; }You can adjust the .3em value until you are happy with the result.
- The topic ‘Make Menu bar thinner/shorter’ is closed to new replies.