jquery - How to change the bootstrap css width into 1000px? -


in bootstrap container width fixed in 1170px, convert container width 1000. so, please 1 can answer me , tell me procedure.

css override:

body .container {     width: 100%; !important; } 

or fixed width:

body .container {     width: 1000px; !important; } 

but if use bootstrap-responsive, lose reponsiveness need configure in css declarations.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -