Synthrone InPage grid examples

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

Five grid tiers

There are five tiers to the InPage 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_sth
.col-4_sth
.col-4_sth
.col-sm-4_sth
.col-sm-4_sth
.col-sm-4_sth
.col-md-4_sth
.col-md-4_sth
.col-md-4_sth
.col-lg-4_sth
.col-lg-4_sth
.col-lg-4_sth
.col-xl-4_sth
.col-xl-4_sth
.col-xl-4_sth

Three equal columns

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

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

Three unequal columns

Get three columns starting at desktops and scaling to 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_sth
.col-md-6_sth
.col-md-3_sth

Two columns

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

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

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 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_sth
.col-md-6_sth
.col-md-6_sth
.col-md-4_sth

Mixed: mobile and desktop

The InPage v4 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 xs and sm, you only need to specify xs.

.col-12_sth .col-md-8_sth
.col-6_sth .col-md-4_sth
.col-6_sth .col-md-4_sth
.col-6_sth .col-md-4_sth
.col-6_sth .col-md-4_sth
.col-6_sth
.col-6_sth

Mixed: mobile, tablet, and desktop

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