Answer the question
In order to leave comments, you need to log in
How to make Bootstrap 3 show a working navbar-toggle on a different browser width?
Need toogle to start working at <992px
Answer the question
In order to leave comments, you need to log in
just answered yesterday How to customize the bootstrap menu?
ps it will be enough for you to replace @screen-sm-min with @screen-md-min
In the bootstrap.css file
instead of:
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question