Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.
The grid systems can be used to create page layouts through a series of rows and columns that house your content.
.container
(fixed-width) or .container-fluid
(full-width) for proper alignment and padding..col-xs-4
.
.col-md-*
class
to an element will not only affect its styling on medium devices
but also on large devices if a .col-lg-*
class is not
present.Four new snippets are available, which can be placed on the website. The Container, Row and Column snippets represent the corresponding Bootstrap classes.
Change the grid by selecting different options. Keep in mind that a column can have a different span for every viewport.