Grids
Use the grid layout to organise content into equal columns. Rows are wrappers for columns and you can use multiple rows if required. The following column classes can be used to work across multiple devices.
- Extra small (Mobile) =
col-xs-
- Small (Tablet) =
col-sm-
- Medium (Tablet Landscape) =
col-md-
- Large (Desktop) =
col-lg-
2 column layout
Can be used on extra small devices if the content displays as desired. If not use on small devices and up by replacing col-
for col-sm
.
Column
Column
3 column layout
We recommend a 3 column layout for small devices and up.
Column
Column
Column
4 column layout
We recommend a 4 column layout for medium devices and up.
Column
Column
Column
Column
2 & 4 column layout
Display as 2 columns on extra small and small devices and 4 columns on medium and up.
Column
Column
Column
Column