Every component sits inside an invisible box called its container. Container Settings let you shape that box: the space inside and around it, a border, and a background color, image or video — the same way on every component.
The box around a component
The four groups of Container Settings map onto this picture:
- Padding and Margins — how much empty space there is inside the border (padding) and outside it (margins).
- Border — a line on any of the four sides, its color, and rounded corners.
- Background — a background color and/or a background image or video, with opacity and blur, plus an optional text color for the section title and intro.
- Background Media Parallax — makes a background image drift slowly as the visitor scrolls.
The container wraps the whole component: section title, intro text and items all sit inside it. When the component is narrower than 100% (Component Width), the container is the narrowed, centered box.
Where to find it
Container Settings is the last section of a component card, collapsed by default. Click its heading to open it; inside, each group (Padding, Margins, Border, Background) is a further collapsible section, followed by the Background media field.
Default values
A new component starts with a neutral container: no border, no background, no padding, and a 32-pixel margin below it so that stacked components do not touch.
| Group | Default | Effect |
|---|---|---|
| Padding | 0px on all sides | Content touches the border. |
| Margins | Top 0px, Right 0px, Bottom 32px, Left 0px | A gap under each component. |
| Border | All sides none, color #000000, radius none | No visible border. |
| Background | No color, no text color, opacity 100%, blur 0, no media, parallax off | Transparent; the page background shows through. |
You only need to open Container Settings when you want to change something. Leaving it untouched is the right choice for most components.
Which components have Container Settings
- Full set (padding, margins, border, background, media, parallax): Accordion, Carousel, Feature Box, Image Gallery, Infinite Logos, Links, Profiles, Read More, Special List, Tabs, Video, Views.
- Padding and Margins only: Slideshow — each slide already has its own background, so the container has no border or background groups.
- No Container Settings: Simple Content (it has per-region backgrounds instead) and Overlay Content.
Typical recipes
| You want | Set |
|---|---|
| A colored band behind a component | Background color + Padding 32px on all sides (so the content does not touch the colored edge) + optional Text color. |
| A framed box | Border 1px or 2px on all sides + Border radius 8px + Padding 24px. |
| A photo behind a title and intro | Background media (image) + Text color white + Padding 64px top and bottom; if the text is hard to read, add a few pixels of Background blur or choose a darker, calmer photo. |
| Two components closer together | Reduce the Margin bottom of the first one from 32px to 8px or 0px. |
| A cinematic hero | Background media (image) + Enable parallax. |
Entering sizes
Padding, margin, border widths and border radius are typed as a number followed by a unit: 16px, 1.5rem, 2em or 5%. Pixels (px) are the easiest to predict. The word none is accepted for border sides and radius. A value without a unit, or with a typo, is rejected when you save the page.