NAVBAR scale 150% In Chrome, when scaling NAVBAR ( http://getbootstrap.com/components/#navbar-default ) changes several times:

  • at 100% scale, this is one line
  • with a scale of 150% - already two lines (photo above)
  • at a scale of 200% - again one line, the menu items are hidden in the list.

Hence the question of how to exclude the second state, when two (or more) lines with navigation elements are formed, i.e. How to make navbar always be in one line - either navbar or assembled into a list?

    1 answer 1

    Reduce the number of menu items (reduce the indents, the items themselves), or hide some items while reducing the screen, or adjust the @grid-float-breakpoint variable (by default, in my opinion, 768px) or transfer the collapse to another media query. The documentation is all painted.