I have downloaded Bootstrap 3.0 which have default width of 1170px.
my layout has been designed under 990px width.
how can i make it work under 990px?
I have downloaded Bootstrap 3.0 which have default width of 1170px.
my layout has been designed under 990px width.
how can i make it work under 990px?
2
Answers
You can customise it by default – http://getbootstrap.com/customize/
If you use bootstrap with no responsive design you can simply override .container class in your styles.css like
but if you want your site to be responsive with max-width centered block equal to 990px, you can do this in your css file