A bigger navigtion bar

Hello,

At first I want to say that I love the theme. I’m trying to make the menu/navigation bar bigger. But it’s not working, would someone please help me out?

Thanks alot!!!

Maarten

Navigation height is based on menu item height, so it should be tweaked like this:

.navbar-default .navbar-nav > li > a {
    line-height: 40px;
    padding: 30px 20px;
}
.navbar > .container .navbar-brand {
    margin-top: 25px;
}

This code can be added in style.css or inside some plugin custom CSS field such as one available for Jetpack. Unfortunately, do to specific of this code it won’t work via Custom CSS field available in Theme Options.

Let me know if this helps.