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
bootstrap.css
bootstrap-respon
You are looking for line 239 of bootstrap-responsive.css
bootstrap-responsive.css
@media (max-width: 979px) {...}
Where the max-width value triggers the responsive nav. Change it to 550px or so and it should resize fine.
max-width