So the responsive grid for bootstrap looks horrible for my site. When you shrink the window, everything gets smushed together and the navbar collapses into three rows (I disabled the responsive-collapsing navbar).
I tried deleting bootstrap-responsive.css but it still does that "fluid live grid collapsing" thing. It's driving me crazy.
How can I set a minimum width for the navbar and the entire page? So that everything doesn't get pushed together and you have to use the horizontal scroll bar to navigate the page.
Removing the bootstrap-responsive.css should provide you the behavior which you desire. All the span* classes are explicit width in regular Bootstrap as long as you are using row
and not row-fluid
in the parent containers. The row
class does not provide any width constraints, and none are made on the <body>
either. However, the container
class does have an explicit width of 940px in standard bootstrap.css.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With