michelmany
3/1/2016 - 6:29 PM

How to increase decrease navbar height in Bootstrap? Twitter bootstrap navbar fixed top overlapping site?

How to increase decrease navbar height in Bootstrap? Twitter bootstrap navbar fixed top overlapping site?

.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:50px !important}


//If you are on a template with a navbar which is fixed to top, you have to modify another thing.
//Go to your CSS File and change the body padding to also 50px.

body { padding-top: 50px; }