Skip to main content
Version: 17+

Pod

A Pod is a flexible content card. It combines an optional image or icon with a heading, text and buttons, and can be turned into a single clickable card. Pods are commonly used in rows to build feature grids, service listings or call-to-action tiles.

v13 → v17 change

In v17 the Pod combines the old Pod and Card widgets into a single block. To build a row of cards, add several Pods side by side and resize each to the same width — for example three Pods at 4 columns each for a 3-up row.

Content

PropertyDescription
Pre HeadingSmall text shown above the heading, often used as an eyebrow / category label.
HeadingThe Pod's main heading.
TextThe body text of the Pod.
ButtonsAn optional list of buttons (see Button).
IconAn icon shown in the Pod, chosen from the icon picker. Cannot be used together with Media.
MediaAn image or video, chosen from the media library. Cannot be used together with Icon.
LinkMakes the whole Pod a single clickable link.
Icon or Media, not both

A Pod can show either an Icon or a Media item, not both at once.

Settings

SettingDescription
Text AlignmentHorizontal alignment of the Pod's text. Options: Left (default), Center, Right.
Vertical Text AlignmentVertical alignment of the content within the Pod. Options: Top (default), Center, Bottom.
HeightSets the Pod's height as a percentage of the screen height. Options range from 25% to 100% in 5% steps.
Image PositionWhere the image or icon sits relative to the text. Options: Background, Left, Right, Top, Bottom.
Overlay StrengthStrength of the overlay placed over the background media. Appears light or dark depending on the text colour. Options range from 10% to 95% in 5% steps; leave empty for no overlay.
BoxedDraws a box (border / background) around the Pod.

In addition to the above, the Pod uses the shared common settings and the column span chosen in the grid.