Using the [gap] shortcode allows you to add extra vertical spacing between text or on-page elements. Using the size attribute you can specify exactly how big of a gap you want.


The space you see between the first paragraph and this one has been implemented using the [gap size="100px"] shortcode.

Code

[gap size="100px"]

Options

  • id: add a unique ID to the shortcode.
  • class: add a class or multiple classes to the shortcode.
  • style: add inline styles to the shortcode.
  • size: accepts any unit of measurement, including negative values to adjust gap size (i.e. 20px, 1em, 5.5%, -35px, et cetera).