Shape Divider renders a full-width decorative SVG between two sections. Use it to create a smooth visual transition between sections with different background colors — a wave, curve, or triangle that makes the boundary feel intentional rather than abrupt.
How to add
Open the block inserter, switch to the Axiom Blocks category, and click Shape Divider. The block drops in as a wave shape. Set it to Full or Wide alignment from the toolbar so it spans the full content width.
Shape
Shape style — five SVG shapes:
| Shape | Description |
|---|---|
| Wave | Sinusoidal double-wave — the smoothest, most natural transition |
| Curve | Single arc that sweeps from one side to the other |
| Triangle | Centered triangle pointing up into the section above |
| Tilt | Straight diagonal — flat on the right edge, angled on the left |
| Slant | Straight diagonal — flat on the left edge, angled on the right |
Flip horizontal mirrors the shape left to right — most useful with the asymmetric shapes (Tilt, Slant) to reverse the angle. Flip vertical turns it upside down; use it when the divider sits at the top of a section rather than the bottom, so the shape opens downward into the section instead of upward.
The sidebar at a glance
The block sidebar is split into two tabs. Settings is what the divider is; Styles is how it looks.
| Tab | Section | Covers |
|---|---|---|
| Settings | Shape | Shape style, flip horizontal, flip vertical |
| Settings | Advanced | Visibility, Position, anchor, CSS class |
| Styles | Shape | Fill, the band behind it, and height |
| Styles | Spacing | Padding and margin on the outer wrapper |
Styling
| Part | Rows |
|---|---|
| Shape | Fill, Behind shape, Height (per device) |
- Fill paints the SVG path itself — the shape you see. It's a background control, so it takes a solid color or a gradient. Image and overlay are off; a shape path has nowhere to put them. Default
#ffffff. - Behind shape is the band the SVG sits on, filling the rest of the rectangular wrapper. Default
#f6f7f7. Set it to match the section the shape points away from. - Height controls how tall the shape area is, and carries a unit picker — px, rem, vh, or % — each with its own sensible range (10–500 px, 1–30 rem, 1–100 vh/%). Taller values make the shape more pronounced. Per-device, so a dramatic 200 px wave on desktop can settle to 60 px on mobile.
The block supports Wide and Full alignment from the toolbar — use Full to break out of a constrained layout and span the viewport edge to edge.
HTML output
With a gradient Fill, the SVG carries a paint server and the path references it:
When both flip toggles are on, the SVG receives an inline transform:
The SVG uses preserveAspectRatio="none" so it always stretches to fill the full block width regardless of container size. Per-device heights are emitted as scoped media-query rules, so the inline height is always the desktop value.