Skip to content

Commit ec5abe9

Browse files
committed
chore: wp skill
1 parent 02ddaed commit ec5abe9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • home/roles/personal/ai/skills/local/elementor-crocoblock

home/roles/personal/ai/skills/local/elementor-crocoblock/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ Verified identical across every finished hero on this build:
142142
container: `"boxed"` on the section's own container (see layout system above), `"full"` on
143143
nested containers that should just fill their parent (grid cells, split-section sub-panels) —
144144
don't leave it unset and get surprised by the auto-boxed default.
145+
- **Internal containers (grids, flexbox) carry a small default padding** even when none is set
146+
explicitly — a nested grid/flex container meant to just hold widgets edge-to-edge (a stats row, an
147+
icon+label card, a grid cell) picks up unwanted inset unless `padding` is explicitly zeroed. Set
148+
`padding: {unit:"px", top:0, right:0, bottom:0, left:0, isLinked:true}` on every internal
149+
container that has no deliberate custom padding of its own — don't rely on the default being zero.
145150
- **Responsive width cascade**: fixed-width elements (split images, thin dividers) need **explicit**
146151
`width_tablet` / `width_mobile` overrides — a desktop-only `width` on a `_flex_size: custom`
147152
element doesn't reliably cascade down, causing tablet overflow or a divider rendering as a full

0 commit comments

Comments
 (0)