Responsive Structure
A responsive layout does not change what it communicates — only the space in which it communicates it. Structure is device-agnostic by design.
A responsive layout does not change what it communicates — only the space in which it communicates it.
What it is
Responsive structure is the extension of layout principles across screen widths. It is not the design of a mobile version and a desktop version — it is the design of a single spatial system that reorganises intelligently at different sizes. The hierarchy, spacing relationships, and content priority established at the widest view remain constant. What changes is their expression: multi-column collapses to single-column, complex navigation simplifies, spacing scale adjusts.
What it does
A genuinely responsive structural system ensures that every user, on every device, encounters the same content in the same priority order. The primary action is always prominent. The headline is always dominant. The navigation is always accessible. The reading line is always optimised for the current width. Responsive structure is hierarchy made device-agnostic — not an accommodation for smaller screens, but a design that was never dependent on a specific width to begin with.
What changes
When structure is designed responsively from the start — rather than retrofitted from a fixed desktop layout — the resulting system is simpler, more consistent, and easier to maintain. Components do not need special mobile overrides; they adapt because they were built to adapt. Breakpoint decisions become choices about when to add complexity as width increases, not choices about how to salvage a layout as width decreases.
The mistake
Designing a complete desktop layout and then compressing it for smaller screens — reducing font sizes, hiding elements, stacking columns without reconsidering the spatial logic. This produces a mobile view that inherits all the structural problems of the desktop layout but with less room to hide them. It also produces the absurd situation where the most constrained context — a small touchscreen, possibly in poor lighting, with one hand occupied — receives the least design attention.
The takeaway
Design the content hierarchy first, then the smallest screen layout, then progressively add complexity as width increases. At every breakpoint, ask: is the most important element still dominant? Is the reading flow still intact? Is the navigation still reliable? Structure that answers yes at every width is genuinely responsive. See Structural Accessibility for the parallel accessibility requirements that apply across all sizes.