Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set minimum width for Twitter Bootstrap page

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.

like image 854
Ya Basha Avatar asked Sep 20 '26 13:09

Ya Basha


1 Answers

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.

like image 131
Bernie Avatar answered Sep 23 '26 14:09

Bernie



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!