S
S
svilkov872016-01-11 21:40:56
Bootstrap
svilkov87, 2016-01-11 21:40:56

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

1 answer(s)
S
Syomka Gavrilenko, 2016-01-12
@svilkov87

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 question

Ask a Question

731 491 924 answers to any question