Page 1 of 1

Bootstrap Container Width

Posted: Tue Sep 02, 2014 10:29 pm
by donny
hello,

does anybody know how to adjust the bootstrap container width?

Re: Bootstrap Container Width

Posted: Wed Sep 03, 2014 5:47 am
by Celauran

Re: Bootstrap Container Width

Posted: Mon Nov 03, 2014 12:00 am
by anupriya26
I guess, you could try this!
Since you have not specified the number of columns, I have considered it for 3 column fixed width putting all the spans on single row.

<!DOCTYPE html>
<html>
<body>
<div class="container">
<div class="row">
<div class="span3">
span3
</div>
<div class="span6">
span6
</div>
<div class="span3">
span3
</div>
</div>
</div>
</body>
</html>

Hope, it helps your issue!

Re: Bootstrap Container Width

Posted: Fri Jan 23, 2015 3:27 am
by vijaywebsol
Go to the Customize section on Bootstrap site and choose the size you prefer. You'll have to set @gridColumnWidth and @gridGutterWidth variables.
For example: @gridColumnWidth = 65px and @gridGutterWidth = 20px results on a 1000px layout.

Re: Bootstrap Container Width

Posted: Tue Apr 07, 2015 8:11 am
by PaulLejoy
You can customize any Bootstrap's components here. Only you need to set @gridColumnWidth & @gridGutterWidth variables.

After that download it..