E
E
Elena Vakhrusheva2018-02-01 12:54:11
css
Elena Vakhrusheva, 2018-02-01 12:54:11

Why does the mobile menu pop up at resolutions from 991 to 768? how to fix?

verstka.vetov.ru/yunika/index.html
If you resize the browser window, you can see that at a resolution of 991 to 768 a mobile menu appears.
And it should be from 768 only.
I can't figure out where I screwed up

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-02-01
@AndrewHaze

bootstrap.css:

.collapse {
  display: none;
}
...
@media (min-width: 992px) {
...
  .navbar-collapse.collapse {
     display: block !important;
      ...
  }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question