WallBB Forums

Full Version: Make nav bar thicker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Browser : Firefox (latest)
Device : Linux Laptop
Reproduction : Not a bug


Hi,


Any method to make the nav thicker ?  I tried using " height: " but while hovering it looks less attractive. Thanks.
Go to navigation.css and find padding in nav a.
Change the padding from value to increase the height. For example:-
nav a
{
padding: 14px 10px;
}
Working fine. Thanks.