> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wizflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Grid Layout Block

> Arrange blocks into responsive rows and columns in the Live Page Builder

The **Grid Layout block** is a layout block in the [Live Page Builder](/features/live-page-builder) that arranges other blocks into rows and columns. Drag blocks into grid cells, resize and reposition them directly on the canvas, and define how the layout adapts across screen sizes — all without writing any CSS.

<Frame caption="Building a responsive layout with the Grid block">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/dreamplan-d87d53ea/DbfMM81slbjYtrVD/resources/live-page-grid.mp4?fit=max&auto=format&n=DbfMM81slbjYtrVD&q=85&s=383a36d755f69c210e51c24347b9b29f" data-path="resources/live-page-grid.mp4" />
</Frame>

***

## What You Can Do

* **Configure rows and columns** — set up the grid structure your layout needs
* **Style grid items** — control alignment such as centering, plus other per-item styles
* **Resize on the canvas** — use the inline grid item resizer to adjust cells directly in the preview
* **Place items precisely** — use the grid placement input in the styles panel to position a block in the grid
* **Move and swap freely** — insert, move, and swap blocks both within a grid and between separate grids
* **Responsive placement** — define how grid items are placed at different breakpoints so your layout looks right on desktop, tablet, and mobile

***

## Use Cases

* **Multi-column sections** — feature cards, stat tiles, or comparison layouts side by side
* **Structured pages** — combine grids with other blocks to build rich, organized page sections
* **Responsive reflow** — present content in columns on desktop that stack cleanly on mobile

<Tip>
  Combine the Grid block with [conditional blocks](/features/live-page-conditional-blocks) to show or hide entire grid items based on a user's data.
</Tip>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Live Page Builder" icon="pen-ruler" href="/features/live-page-builder">
    Back to the visual builder overview
  </Card>

  <Card title="Conditional Blocks" icon="code-branch" href="/features/live-page-conditional-blocks">
    Show or hide blocks with if/else logic
  </Card>
</CardGroup>
