Style tab – Layout

Last Update: May 19, 2025
Who can use this feature:
This article is for Editor v4 users. If you’re using Editor v3, check out the relevant article here: Advanced tab

The Layout section determines how the elements will be displayed. There are three basic types of layouts:

  • Block
  • Flex
  • Inline-block
  • Inline-flex

Block layout

In block layout, the element will take up the full width of the screen, however, you will still be able to control the element’s size in the Space field. 

Flex layout

Flex layout is the most complex of the three layout choices and is mostly used for layout elements such as the Div Block element. When you select the Flexbox layout, several other options become available:

  • Direction: Flex layout elements generally contain other elements. Set a direction to determine if these inner, or child elements, line up:
    • AD 4nXcDiJ3AFhPcXfF10ycBhiO9KJ Style tab - Layout 1 Horizontally from top to bottom.
    • AD 4nXe0HDelf43grrqIMDd3WO26L2HATl1xSC6vEjydypWhG371hCn umovGJHnRH lRc3YC7XNJVkqJkkRbJoX2Yy8837CrOKAo1o Style tab - Layout 3 Horizontally from bottom to top.
    • Style tab - Layout 5 Vertically from left to right.
    • AD 4nXeLQU4hXgaPBj7PrZRklEORzj hMOGAAhvD66iySxGv M s Style tab - Layout 7 Vertically from right to left.
  • Justify content: Align the content within the element:
    • or Start: Items are aligned to the start of the container.
    • AD 4nXfiu74LmCspGBoAnaXnjML8Lr cz8Y fR5Odq5B Mg Fp5riuZvPBpYTX6eQiJgmACe4ySTipHAljWfQ 36a d Style tab - Layout 9 or AD 4nXeV hB6EWQsdVAIwdQFYYeVOcWp533ZpFCgp2J3AHgPgMfRhb0 Style tab - Layout 11 Center: Items are aligned to the center of the container.
    • AD 4nXeestEG2SPUW Style tab - Layout 13 or AD 4nXdtRZy2r6atEN4Q5yAviRwGHjYb sTlZP1jriKncm6K8F6Sab0TeumnIHrR4fEcenY9TDWILm CuOQpv1GX6NELpzWudGjDmY8mxfMRLd5w7zkUgJz0KsZE8k Style tab - Layout 15 End: Items are aligned to the end of the container.
    • AD 4nXfhy9p7Vara0AZIz3HhJftE smiM4qtsgVGzp9HBV0FC ZUTnuXaCG8KKvqrnO3lnjWN gA7l 3T0uQr 3 m2FVVa6X9TfKkqYwvD ldSX n Style tab - Layout 17 or AD 4nXcLZUTXTcXZoiYnujD2RWC1PYqljm6Gtcq6n22Db8oy9gWLrhcUt Style tab - Layout 19 Space between: Items are spaced evenly across the element. The first item aligns with the start and the final item with the end.
    • AD 4nXe027F7FcLigOcPSOUQxQMNihcpH1VhoAPW1XDbTtDPeqigfyyy7p8 ru8vsRfJtmI8bC4KEilBD4 lCkIDysLNxlKDdgBOAvzkn4zZsIjD2D2k44Hw1cCBAuhLE6A Style tab - Layout 21 or AD 4nXcg5154cLjOgUMV58rGL8caAoRhhFnt24nOLLri6lAfHniBkvXKx kcuaoOO8FhKaqWX1oVyIsnOE0rCPpkkoID0kbFDOPY18xGLinbDFnCS62swgMJTOeSu5pmIjiP Style tab - Layout 23 Space Around: Items have an equal space between themselves. There is an equal amount of space between the items and there is equal space between the first and last items and the container’s edges.
    • AD 4nXca8Iwpw2wy15aeQ7Szvsu7BXhagxbeinA7Ch0pSfcsStH9 848hS6qXrOBC7 7QlbMXp9G3ypbtEMNTfviqELasErCnwwdPRBfmuaBbnzVpc4pHmR5D6cu 1KGU1G Style tab - Layout 25 or AD 4nXd4vxP1QIK1tjAjxrHi5P53jvNNXbILjvnjQKFScJCEjUvE2n XyIJKAWUiolzhgJOQktiqu9Cv Style tab - Layout 27 Space Evenly: Items have equal space between themselves and the container’s edges.
  • Align items: Control how the contained items will align on their center axis, depending on the direction chosen in the Direction field:
    • Start: Items are aligned to the start of the element.
    • Center: Items are aligned to the center of the element.
    • End: Items are aligned to the end of the element.
    • Stretch: Items are stretched across the height or width of the element.
  • Gaps: Enter a number in the number field to create space between child elements in this element. 
  • Wrap: If the child elements don’t fit within the parent element, visitors can either scroll to see all the elements or the elements can  wrap around to the next row or column, depending on the direction chosen in the Direction field:
    • No wrap: The extra elements are cut off.
    • Wrap: The elements will wrap around to the next row or column, depending on the chosen direction. Below is an example of element wrapping:
      image 25 Style tab - Layout 29 
    • Reverse wrap: Works like wrap but the first element becomes the last. Below is an example of a reverse wrap:
      image 26 Style tab - Layout 31

Inline Block layout

The Inline Block layout allows you to add content without creating a new block, while allowing the element to have its own height and width. This can help cut down the number of div’s used on your page, helping improve performance.

Inline Flex layout

Like the Inline Block layout, the Inline Flex layout allows you to add content without creating a new block. However, the Inline Flex layout gives you greater control over child elements. It should be used for more complex layouts where you need to position child elements. 

On this page

Share this article