How to change navbar collapse threshold using Twitter bootstrap-responsive?

后端 未结 14 1071
别那么骄傲
别那么骄傲 2020-12-04 08:18

I\'m using Twitter Bootstrap 2.0.1 in a Rails 3.1.2 project, implemented with bootstrap-sass. I\'m loading both the bootstrap.css and the bootstrap-respon

14条回答
  •  难免孤独
    2020-12-04 09:03

    Bootstrap 3.x

    using LESS, you can change the value of @screen-small to target your min size

    example: @screen-small: 600px;

    i use this to only switch to "tiny device" mode once the width is less than 600px

提交回复
热议问题