Contents

Row Flex Direction

The main axis columns follow inside the row: row, column, or reversed.

Where to find it
Labelled Flex Direction in the "Entire Row" section of the Modify drawer.
Per device
Yes — you can set one value for every screen, or separate values for phone, tablet, and desktop.
Underlying CSS
flexDirection

In plain English

Rows default to a horizontal main axis. Flex Direction lets you stack columns vertically inside the same row band, or reverse order.

When you would use it

  • Columns should stack top-to-bottom inside one row container.

How to change it

  1. Open "Entire Row", then "Flex Direction".
One value, or one per device? Every input in this setting sits under a “Same value for all resolutions” checkbox. Leave it checked for a single value everywhere, or uncheck it to give phones, tablets, and desktops their own. How per-device values work.

Watch out for

  • Changing direction also changes what Horizontal and Vertical Alignment mean — they follow the main and cross axes.

Related settings

For developers

The technical reference for what this setting produces: MDN: flex-direction. You do not need any of it to use the setting — it is there for whoever is building the components or debugging the published page.

Where to go next