Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use bootstrap fixed width layout for 1170px width?

I am creating a Bootstrap Template which is Non-responsive. So the width of the Non-responsive design in Bootstrap is 940px. But the issue here is, I am requested to use the layout width for 1170px only. So I would like to know if there is any provision in Bootstrap for making Non-responsive layouts with 1170px width?

like image 472
aslamdoctor Avatar asked Dec 02 '25 10:12

aslamdoctor


1 Answers

It looks like the older versions of Bootstrap did use 1170px, but it was changed to 940px (Why is the Twitter Bootstrap "fixed" layout NOT fixed?). If you want to use the latest (2.3.1) the best thing to do would be to override .container in your CSS...

.container {
    width:1170px;
}

Example: http://www.bootply.com/60156

like image 198
Zim Avatar answered Dec 05 '25 00:12

Zim



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!