Or: Why Layouts Break and People Break With Them

The 400% problem

Picture this: you’re trying to read a website, so you zoom in.

You scroll right a little… then down… then right again…
And somewhere along the way, the content you were reading disappears – under a sticky header, behind a cookie banner, or off the edge of the screen entirely.

Now imagine doing that for every single website, every single day.

Zooming should reveal more, not remove access.
And that’s the thing:

Clarity gets bigger with zoom.
Clutter just gets louder.

For users who rely on zoom or magnification, the problem isn’t just size – it’s structure. It’s how well your layout holds up when you don’t get to see the whole thing at once.

Zooming in shouldn’t feel like pressing your face against the glass. It should feel like stepping closer and finding everything right where it should be.


Zoom ≠ reflow

Zooming and reflow are not the same thing.

  • Zoom enlarges everything on the page, like pinch-to-zoom or Ctrl+Plus.
  • Reflow restructures the layout so the content still fits and works.
  • Both are useful. But only one of them protects the user’s experience.

Under WCAG 2.2, Success Criterion 1.4.10 Reflow requires that content can be zoomed to 400% without requiring horizontal scrolling – unless it’s absolutely necessary for the content (like data tables or maps). Most websites don’t meet that standard.

A lot of people get boxed out when they try to zoom in.

A very wordy article on the Catbook website. We see the webpage zoomed in, and how the text on the page is cut off at the edges of the screen. Next to this, we also see how this would look with good reflow; the text is no longer cut-off, and is formatted within the boundaries of the screen.

How screen magnification really works

Screen magnification isn’t just a bigger screen. It’s a smaller window.

Magnifier users often see only a portion of the screen at a time; a bit like looking at a website through a cardboard tube. At first, it can feel slow or frustrating. But as users become familiar with your layout, they build confidence and navigate more fluidly – as long as your site stays predictable and well structured.

That’s why design choices matter so much:

  • Clear headings and consistent placement help users orient themselves
  • Logical reading order means less panning around to find what’s next
  • Predictable spacing and groupings mean less chance of missing something critical

Magnification doesn’t make someone “less capable.” But poor structure absolutely makes their job harder.

Design like someone’s seeing one corner of the screen at a time – because they are. 

An example of a magnified screen. Catbook's homepage is reduced to what's in the top left corner: the home link, a portion of the main heading, and a part of a form field.

The pain of horizontal scrolling

If you’ve never tried to fill out a form that scrolls sideways, you’ve been spared.

Horizontal scrolling breaks the reading rhythm. It slows you down, tires you out, and creates frustration fast.

It’s especially painful when:

  • Forms are side-by-side instead of stacked
  • Layouts use fixed-width containers that don’t shrink
  • Important elements (like labels or buttons) sit just offscreen

One-column layouts are often more accessible, not because they’re simpler, but because they flow. They’re flexible. Predictable. Less tiring.


Multi-column layouts: Good intentions, bad results

Multi-column layouts may look tidy on a desktop, but they rarely survive magnification or zoom.

When columns stack out of order – or the second column disappears entirely – users miss critical information, especially if there’s no heading or label to anchor it.

Magnifier users might not even realize something’s missing.

If you must use columns:

  • Use clear headings and logical reading order
  • Leave enough whitespace between columns
  • Add visible borders or dividers to separate sections
  • Test how your layout reflows under zoom

Whitespace and grouping: structure, not style

Whitespace isn’t wasted space – it’s how people understand what goes together.

When zoomed in, users rely on spatial relationships to connect labels with inputs, toggles with descriptions, and options with groups. If spacing is inconsistent or too generous, those relationships fall apart.

Take switches and toggles. If there’s too much space between the label and the control, users might not know which one does what. Worse, they might assume the toggle applies to something else entirely.

Zoom magnifies everything – including confusion.

So give your elements enough space to breathe, but not so much that they drift away from meaning.

Two switch controls next to each other, one for Dark mode and one for Push to talk. We can see what these controls look like when zoomed in. The switches and the text are so close to each other, they can be confused, so the user might click the Dark mode switch thinking it will activate Push to talk.
The same switches from the previous image, except now each control is separated by a white rectangle beneath, so even when zoomed in, there's a clear divide between the Dark mode switch and the Push to talk text.

Fixed things should flex

Fixed-width containers don’t adapt.
Fixed-size fonts don’t scale.
Layouts that only look good at one resolution aren’t accessible.

Instead:

  • Use relative units (like em, rem, %)
  • Avoid absolute positioning unless necessary
  • Let containers wrap and grow as needed
  • Make sure users can resize text up to 200% without breaking your layout

Accessibility isn’t about perfection. It’s about resilience.


Quick checklist: Are you boxing anyone out?

  • Can your layout reflow up to 400% zoom without horizontal scrolling?
  • Does your content adapt on mobile and small screens?
  • Are you using relative units for layout and type?
  • Is there enough whitespace and spacing to reduce fatigue?
  • Do multi-column layouts stack logically with headings or landmarks?
  • Can users zoom without losing headings, labels, or buttons?

When layouts break, people break with them

Zooming and magnification aren’t edge cases. They’re everyday tools for millions of people.

And when layouts fall apart under pressure – when structure collapses, text overlaps, or navigation disappears – people don’t just struggle. They leave.

Design should bend, not break.
It should scale, not shrink.
It should adapt to the person using it, not expect them to adapt to you.

Design like someone’s seeing one corner of the screen at a time – because they are.

Back to top