Layout Elements

Types:

  1. Section

  2. Column

  3. Row

Section

Sections are top-level layout elements used for grouping elements together. This means that they are the only type of element that can be placed in the Body of the template. All other elements must be placed within a section

Only Column elements can be placed directly into Section elements.

Column

Columns are used for grouping content vertically

Columns can only be dropped into Row elements

Row

Rows are used to group Column elements together

Rows can only be dropped into Column elements

Last updated