Figuration Grid Examples

Basic grid layouts to help get you familiar with building within the grid system.

Containers

Fixed-Width Container

.container

Fluid-Width Container

.container-fluid

Responsive Containers

Additional classes to create containers that are 100% wide until a particular breakpoint.

.container-sm
.container-md
.container-lg
.container-xl

Five grid tiers

There are five tiers to the grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.

.col-4
.col-4
.col-4
.col-sm-4
.col-sm-4
.col-sm-4
.col-md-4
.col-md-4
.col-md-4
.col-lg-4
.col-lg-4
.col-lg-4
.col-xl-4
.col-xl-4
.col-xl-4

Three equal columns

Get three equal-width columns starting at desktops and scaling to extra large desktops. On mobile devices, tablets and below, the columns will automatically stack.

.col-md-4
.col-md-4
.col-md-4

Three equal columns alternative

By using the .row-cols-* classes, you can easily create a grid with equal columns.

.col child of .row-cols-md-3
.col child of .row-cols-md-3
.col child of .row-cols-md-3

Three unequal columns

Get three columns starting at desktops and scaling to extra large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.

.col-md-3
.col-md-6
.col-md-3

Two columns

Get two columns starting at desktops and scaling to extra large desktops.

.col-md-8
.col-md-4

Full width, single column

No grid classes are necessary for full-width elements.


Two columns with two nested columns

Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to extra large desktops, with another two (equal widths) within the larger column.

At mobile device sizes, tablets and down, these columns and their nested columns will stack.

.col-md-8
.col-md-6
.col-md-6
.col-md-4

Mixed: mobile and desktop

The grid system has five tiers of classes: xs (extra small), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg and xl, you only need to specify md.

.col-md-8
.col-6 .col-md-4
.col-6 .col-md-4
.col-6 .col-md-4
.col-6 .col-md-4
.col-6
.col-6

Mixed: mobile, tablet, and desktop

.col-sm-6 .col-lg-8
.col-6 .col-lg-4
.col-6 .col-sm-4
.col-6 .col-sm-4
.col-6 .col-sm-4

Column clearing

Use column resets at specific breakpoints to prevent awkward wrapping with uneven content.

.col-4 .col-sm-3
Resize your viewport or check it out on your phone for an example.
.col-4 .col-sm-3
.col-4 .col-sm-3
.col-8 .col-sm-3

Offset resets

Reset offsets at specific breakpoints.

.col-sm-5 .col-md-6
.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0
.col-sm-6 .col-md-5 .col-lg-6
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0

Auto layout columns

xs breakpoint
1 of 2
1 of 2
md breakpoint
1 of 3
1 of 3
1 of 3
xs breakpoint
1 of 5
1 of 5
1 of 5
1 of 5
1 of 5

Vertical Flex Alignment

.flex-*-items-start
1 of 3
Align top - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor felis pretium!
.flex-*-items-center
1 of 3
Align middle - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor felis pretium!
.flex-*-items-end
1 of 3
Align bottom - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor felis pretium!
.flex-*-items-stretch
1 of 3
Equal height - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor felis pretium!
align top
align middle
align bottom
align stretch

Horizontal Flex Alignment

aligned to
the left
aligned to
the center
aligned to
the right
aliged to
the space around
aligned to
the space between

No Gutters

.col-4
.col-4
.col-4

Responsive Gutters

With .gx-* classes, the horizontal gutters can be adjusted.

.col with .gx-2 gutters
.col with .gx-2 gutters
.col with .gx-2 gutters
.col with .gx-2 gutters
.col with .gx-2 gutters
.col with .gx-2 gutters

Use the .gy-* classes to control the vertical gutters.

.col with .gy-2 gutters
.col with .gy-2 gutters
.col with .gy-2 gutters
.col with .gy-2 gutters
.col with .gy-2 gutters
.col with .gy-2 gutters

With .g-* classes, the gutters in both directions can be adjusted.

.col with .g-1 gutters
.col with .g-1 gutters
.col with .g-1 gutters
.col with .g-1 gutters
.col with .g-1 gutters
.col with .g-1 gutters

Custom Gutters with Spacing Utilities

Custom horizontal column padding
Custom horizontal column padding
Custom horizontal column padding
Custom horizontal column padding