How Can I Add White Space?

Spacing can be added directly to an element using padding and/or margins. Padding adds space inside an element or container, pushing the content away from the element’s edges. Margins add space outside of an element creating space between it and other elements, or the edge of the page.

Padding and Margins can be defined in px, %, vw or em, and can be added in two ways:

  1. By entering the desired padding/margin sizes in the General section of the Properties Control Column.
  2. By clicking on the Indent icon on an element’s label.
Row Label with Indent icon highlighted
Row Label with Indent icon highlighted

 

Space can also be created by adding a spacer element can also be added to the canvas. Once in place, the spacer element can be given a width and height, padding and margins like any other element. When viewed on a mobile device, the spacer element will disappear, in order to avoid excessive white space on a small screen.

Updated on June 24, 2022

Was this article helpful?

Related Articles