A Grid layout lets you divide any section into rows and columns, offering a flexible and precise way to structure your page.
It allows for clean, consistent designs without using float or position values.

When you add a Grid, it becomes the Grid Container. Any direct child of that container becomes a Grid Item.

Learn more about Flex.
Once a layout is set to Grid, two number fields appear directly below the Display icons:
The canvas updates in real time as you change these values.
You can also click the Grid Preview next to the fields to visually set the configuration you want.
Control the width of each column and the height of each row individually:
You can also define the Grid Area from the same dropdown.
You can drop any element into a Grid Container, and it will automatically be placed into a cell.
Items are placed left to right, row by row – so the first item goes into the top-left cell, the second into the next cell to the right, and so on across the row. Once the row is full, placement continues from the leftmost cell of the next row down.
You can alter which element sits in which cell by changing their order from the Layers panel on the Left Sidebar. Simply drag and drop elements within the Grid Container layer to reorder them – their position on the canvas will update to reflect the new sequence.
By default, one element occupies one cell. To place multiple elements in the same cell, add a container element, such as a Div, into that cell and nest your elements inside it.
Control the alignment of items along the rows and columns.
Horizontal Alignment (X Axis):
Vertical Alignment (Y Axis):
The Grid Gap sets the spacing between columns and rows in the grid.
By default, you’ll see a single Column Gap field below the Grid Alignment dropdowns in the Layout panel. Changing this value updates both column and row gap equally.
To set them independently, click the Padlock icon between the two fields to unlink them.
You can also adjust the gap directly on the canvas by hovering over the grid and dragging the handle that appears between cells.
Grid Areas let you group multiple cells into a single named region and assign a grid item to span across it.
This is useful for layouts where certain items need to occupy more space than a single cell – like a featured image, a wide header, or a hero block within a grid.
Each click on a plus icon in an unassigned cell creates a new independent area.
Areas cannot be created by clicking plus icons on cells that already belong to another area – you can only extend an existing area by dragging from its edges.
When a Grid Item is selected, you’ll find its specific settings across two places in the Right Panel:
Under Sizing, the Grid Item section lets you switch between three placement modes:
Under Position, you’ll find:
Self Align
Self Align controls the alignment of an individual grid item within its cell, overriding whatever the container’s alignment is set to. Use it when one item needs to be positioned differently from the rest.
Unlike Grid Alignment, which applies to all items in the container at once, Self Align applies only to the selected item.
Item Order
Item Order controls the visual order in which a grid item appears within the container, independently of its position in the Layers panel.
All items default to an order of 0. Items with lower values appear first; items with higher values appear last. Negative values are allowed.
For example, an item with an order of -1 will appear before all items at 0, and an item with an order of 1 will appear after them.
Use Item Order to reorder items at different breakpoints without changing the underlying page structure.
Was this page helpful?
Our website uses cookies to improve your browsing experience on our website. By continuing to use this website, you agree to their use. For details, please check our Privacy Policy.