Answer the question
In order to leave comments, you need to log in
how to change height for navbar in bootstrap?
good afternoon!
how to decrease navbar height using bootstrap? using css - not shrinking.
<div class="navbar navbar-inverse navbar-fixed">
</div>
.navbar{
height: 40px;
}
Answer the question
In order to leave comments, you need to log in
Good afternoon!
There are several options:
Option 1 (preferred)
You either need to generate bootstrap.css from scss with the right parameters or use getbootstrap.com/customize for convenience
Option 2
.navbar{
height: 40px !important;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question