web_gap Shortcode

The web_gap shortcode inserts a fixed vertical spacing token without visible content. Use it for deliberate separation inside an existing component composition, not to build the page's primary grid.

The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.

Usage

[web_gap]

Attributes

Attribute Default Accepted values Purpose
gap_space 125 075, 125, 2, 3, 4, 8, 12 Selects the matching 0.75, 1.25, 2, 3, 4, 8, or 12rem theme helper.
device_visibility String unless stated otherwise Applies the selected responsive visibility rule.
el_id Valid unique HTML ID Assigns an ID to the empty spacer element.
el_class Space-separated CSS class names Adds classes to the spacer.

Verification

Preview the elements immediately before and after the gap at every breakpoint. Confirm the selected distance is necessary, does not duplicate row or column padding and disappears at the expected widths when responsive visibility is configured.