Quick links

Standards FAQ

🔑 Sign in

🆕 Create account

💬 Chat on Slack

📩 [email protected]

🖥 Website standards.site

🐦 Twitter @standards_site

📷 Instagram @standards.site

Updates

Release 12.0

Design & Editing

Editor overview

Adding

Responsive Optimizations

Layouts

Grid

Preparing logo assets

using-grid.gif

Grids are structural framework used to organize and lay out content.

In this guide:


Overview

In Standards the grid setting is modified within each layout layer. This is set to a default count and can be overridden on each layout at each breakpoint. The grid count sets how many columns can fit within before wrapping.

Fundamentals


Grid settings

Grid settings control default spacing, margin, grid count, and breakpoints. They are accessed in the breakpoint dropdown from the top bar.

Grid-settings.gif

Limit grid width

Essentially a content ‘max width’ can be enabled, so at the desired width the site will stop scaling. Use the alignment to control where the site aligns when the window is above the max width.

Grid

Each breakpoint’s layouts will use the number of columns by default when added. The most common desktop grid is 12 columns, while mobile is most often 1 column.

Margin

The outside spacing default for all layouts

Gutter

The in-between spacing default amount between columns both horizontally and vertically when they wrap.

Breakpoint

Under tablet and mobile, the breakpoint amount is the window width at which the breakpoint is triggered. For instance, a tablet breakpoint of 1020 pixels means if the viewer’s window is at or under 1020 pixels wide the tablet breakpoint settings will display automatically.


Overrides

While there are default grid counts, they can be overridden on any layout at any breakpoint. This is most common when designing tile-based layouts like a grid of swatches.

grid-override.gif

How to override grids


Related guides

Release 12.0

Layouts

Responsive Optimizations