Tablet Breakpoint Drops Column Padding—Text Touches Coloured Edge
D
Daniel Kress
Quick description (copy-paste):
Columns that have a background colour keep their inner padding on mobile (< 768 px) and desktop (≥ 992 px), but at the tablet breakpoint (≈ 768-991 px) the padding vanishes. Text and icons butt up against the coloured border, breaking the visual grid.
Why it matters
Brand-safe spacing disappears on iPads and small laptops.
Creates an inconsistent look across breakpoints and fails basic UI QA.
Forces builders to inject custom CSS for every page.
Requested fix
Inherit the mobile padding values for the 768-991 px range, or
Add separate padding controls for the Tablet view in the column settings.
Log In