I have searched a lot (here and on the net) about setting the minimum display width for a Twitter Bootstrap page. I want to set the minimum display to 360px so the layout wouldn't change. I tried setting the min-width in the CSS code:
html, body {
min-width: 360px;
}
But no luck.
Please advise.
This page seems to answer your question: Min width in window resizing
As far as I can tell, the thing you were missing was setting the width to auto.
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