DocsThe builder

Responsive design and breakpoints

Style for desktop, tablet and mobile — and any other widths you add. Styles flow down from desktop, so on smaller screens you only set what changes.

The default breakpoints#

BreakpointApplies toCanvas width
DesktopEvery width (the starting point)1440 px
TabletUp to 1023 px820 px
MobileUp to 767 px390 px

Switch breakpoints with the buttons above the canvas. The label next to them (“DESKTOP 1440PX”) shows which breakpoint you’re styling and the width of the canvas.

The builder showing the homepage at the mobile breakpoint: the heading’s type size set for phones only
The homepage at the mobile breakpoint: the heading’s size is set for phones only.

How styles cascade#

  • A style set on Desktop applies at every width, unless a smaller breakpoint sets something else.
  • A style set on Tablet applies to tablets and phones, unless Mobile overrides it.
  • Breakpoints for wide screens (such as Widescreen, from 1600 px) work the other way: they apply at that width and wider.

So you design once on desktop, then adjust only what needs to change on smaller screens.

Add, rename, resize or remove breakpoints#

Click Manage breakpoints next to the width label (or go to Native AI → Settings → Responsive). Presets you haven’t used yet are offered:

PresetApplies to
Widescreen1600 px and wider
LaptopUp to 1279 px
Tablet landscapeUp to 1199 px
Tablet portraitUp to 991 px
Mobile landscapeUp to 767 px
MobileUp to 479 px
Small mobileUp to 359 px
CustomAny width you choose

Breakpoints belong to the design system, so changing them needs the Change the design system permission.

Hide an element on some screens#

In the element’s Advanced tab, use Hide on to pick the breakpoints where it shouldn’t show. The element stays dimmed on the canvas at those widths so you can still select it.

Each Menu element collapses into a menu button at the breakpoint you choose. See Menus and mega menus.