Prevent menu from collapsing in 768px display CSS media query

后端 未结 9 1737
[愿得一人]
[愿得一人] 2020-12-08 10:16

I am trying to do a site using twitter bootstrap. I am having relatively less menus, so it kind of fits within the 768px display also. But in bootstrap by default, the menu

9条回答
  •  独厮守ぢ
    2020-12-08 10:50

    If you want to completely disable the collapsing navbar, add this variable in your custom LESS file:

    @grid-float-breakpoint: 0px;
    

提交回复
热议问题