Change bootstrap navbar collapse breakpoint without using LESS

前端 未结 19 2479
囚心锁ツ
囚心锁ツ 2020-11-22 07:55

Currently when the browser width drops below 768px, the navbar changes to collapsed mode. I want to change this width to 1000px so when the browser is below 1000px the navba

19条回答
  •  天涯浪人
    2020-11-22 08:26

    in bootstrap3, change this variable @grid-float-breakpoint to the one you need. The default value is 768px

提交回复
热议问题