web_finder_row Shortcode

The web_finder_row shortcode groups one or more Finder columns into a Bootstrap-style row. It provides horizontal structure but does not query content or render a search control itself.

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.

Allowed child shortcodes: web_finder_column.

Allowed parent shortcodes: web_finder_content.

Usage

[web_finder_row]
Content
[/web_finder_row]

Attributes

Attribute Default Accepted values Purpose
device_visibility String unless stated otherwise Applies the selected responsive visibility rule.
el_class Space-separated CSS class names Adds classes to the row wrapper.

Enclosed content

Only web_finder_column belongs directly inside this tag. The renderer removes automatic paragraph wrappers and outputs those columns in source order within one row.

Finder composition

Keep the row inside web_finder_content. Use additional rows when filters and results need separate horizontal groups; use columns when elements should share the same row.

Verification

Inspect every row at narrow and wide widths. Verify its columns remain in a logical reading order and that combined grid widths do not create an unintended overflow or empty gap.