navbar-collapse min-width: 767px
で navbar-collapse が欲しいのですがmax-width: 991px
、カスタマイズ ページが見つかりません@navbarCollapseWidth
これはブートストラップ 3.0 です。私のナビは 767 には大きすぎるので、もっと早く折りたたんでおきたいです。
navbar-collapse min-width: 767px
で navbar-collapse が欲しいのですがmax-width: 991px
、カスタマイズ ページが見つかりません@navbarCollapseWidth
これはブートストラップ 3.0 です。私のナビは 767 には大きすぎるので、もっと早く折りたたんでおきたいです。
このファイルには次の行が含まれています。
// Point at which the navbar stops collapsing
@grid-float-breakpoint: @screen-tablet;
これを次のように変更します。
// Point at which the navbar stops collapsing
@grid-float-breakpoint: 992px;
>>lessc less/bootstrap.less
) ファイルを再コンパイルするか、Bootstrap ( grunt dist
)を再構築します。