Quick links
🔑 Sign in
🖥 Website standards.site
🐦 Twitter @standards_site
📷 Instagram @standards.site
Updates
Design & Editing
In this guide:
Nearly all content is wrapped in a layout. Most commonly, layouts are created automatically as elements like media and text are added. They are the structure around columns, inherently span the width of the window, control the grid, have spacing, and margins.
<aside> 💡
Note: Rows have been replaced with Layouts. If you are familiar with rows in pre 12.0 releases, they are the same but with added functionality.
</aside>
The grid of a layout is what controls the number of columns within. When the number of columns within a layout exceeds the grid count, it will wrap to the next line. This is foundational to mobile optimization, allowing columns to be side-by-side on desktop but then stack vertically on mobile.
When changing the grid count, columns will stay wrapped. They can be repositioned in body, but selecting the ‘Pack columns’ button beside the grid input quickly repositions them.
For tile based designs like a grid of images, it’s suggested to use a grid with less columns so the content wraps fluidly. Set up this way, you can add, remove, and reposition columns quickly.
Dig deeper in Grid
While every layout’s grid count can be set individually, they are also controlled by a default grid setting. This default is what new layout grids will be set to. If this is overridden on a specific layout, it can be reset to the grid default.
All layout’s grids can be modified to override the default grid. This is helpful when fine-tuning. Overridden layout grids can be reset by selecting the rotating arrow icon in the grid settings group.
Dig deeper in Grid
Columns are the child containing layer within layouts which encapsulate the content elements such as media or text.