Navigation question – reducing whitespace / padding
- The topic ‘Navigation question – reducing whitespace / padding’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to reduce the amount of space between items on the navigation menu? I’d like to try to fit one more item in the menu without reducing the font size – Thanks.
The blog I need help with is: (visible only to logged in users)
Hey hlselp,
Thank you for asking,
You can alter padding of navigation menu from
Dashboard->Appearance->Theme Options->Styling
and paste following code there:
.navigation li a {
padding: 4px 9px 4px 9px;
}
or you can manage it according to you by putting your padding figures to reduce left-right space.