Slowly
The builderStyling

Layout

How a block sits on the page and arranges what is inside it.

Layout controls how a block sits on the page and how it arranges anything inside it.

  • Display sets the box type, most often flex or grid, which then unlocks the controls for arranging children.
  • Flex and grid lay the children out: direction, wrapping, gaps, and how items align and justify.
  • Position keeps the block in normal flow or pins it (relative, absolute, sticky), with offsets and z-index.
  • Overflow and visibility decide what happens to content that runs past the edges.

Each of these can be set per breakpoint, so a row on desktop can stack on mobile.