M
M
Mikhail Gilmutdinov2016-09-19 11:03:30
css
Mikhail Gilmutdinov, 2016-09-19 11:03:30

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

3 answer(s)
I
iBird Rose, 2016-09-19
@Mixailhr

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

S
sergey, 2016-09-19
@zorro76

In the bootstrap.css file
instead of:

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

we write:
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

O
Oleg, 2016-09-19
@politon

At what other? Describe in more detail

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question