Change bootstrap navbar collapse breakpoint without using LESS

前端 未结 19 2239
囚心锁ツ
囚心锁ツ 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 bootstrap v4, the navigation can be collapsed sooner or later using different css classes

    eg:

    • navbar-toggleable-sm
    • navbar-toggleable-md
    • navbar-toggleable-lg

    With the button for the navigation:

    • hidden-sm-up
    • hidden-md-up
    • hidden-lg-up

提交回复
热议问题