Bootstrap’s grid system allows up to 12 columns across the page.
If you do not want to use all 12 columns individually, you can group the columns together to create wider columns:
span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 | span 1 |
span 4 | span 4 | span 4 | |||||||||
span 4 | span 8 | ||||||||||
span 6 | span 6 | ||||||||||
span 12 |
Bootstrap’s grid system is responsive, and the columns will re-arrange automatically depending on the screen size.
The Bootstrap grid system has four classes:
xs
(for phones – screens less than 768px wide)sm
(for tablets – screens equal to or greater than 768px wide)md
(for small laptops – screens equal to or greater than 992px wide)lg
(for laptops and desktops – screens equal to or greater than 1200px wide)The classes above can be combined to create more dynamic and flexible layouts.
The following is a basic structure of a Bootstrap grid:
<div class=”row”>
<div class=”col-*-*”></div>
<div class=”col-*-*”></div>
</div>
<div class=”row”>
<div class=”col-*-*”></div>
<div class=”col-*-*”></div>
<div class=”col-*-*”></div>
</div>
<div class=”row”>
…
</div>
First; create a row (<div
). Then, add the desired number of columns (tags with appropriate
class="row">.col-*-*
classes). Note that numbers in .col-*-*
should always add up to 12 for each row.
Below we have collected some examples of basic Bootstrap grid layouts.
We are in beta and please email support @ centerfordigitalstrategy.com with any issues or features that would make your experience better.
We have a feedback call to hear what would be most useful to you:
Thursday April at 1 ET / 10am PT