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
Post a Comment