Case Studies

Layout decisions in practice

Each study here traces a real design problem — the constraints involved, the reasoning behind the choices made, and what the outcome revealed about how layout actually works.

Website layout case study visual

Three problems, three approaches

Each case examines a different layout challenge — from grid structure to reading flow to responsive breakpoints.

Grid structure

When a uniform grid stopped making sense

A course catalogue with 40+ items was arranged in a rigid 4-column grid. Users consistently missed categories at the bottom. Switching to a weighted grid — where featured items occupied double-width cells — reduced scroll depth by roughly a third and improved item selection patterns noticeably.

Context Course catalogue
Layout type Weighted grid
Reading flow

Paragraph length and where attention drops

Lecture transcript pages had long unbroken paragraphs averaging 140 words each. Eye-tracking sessions showed readers abandoning mid-paragraph. Breaking content into 60–80 word blocks with a consistent line width of 68–72 characters kept attention stable through longer material without any change to the actual content.

Context Lecture transcripts
Layout type Typographic rhythm
Responsive design

A sidebar that collapsed the wrong way

A two-column layout with a sticky navigation sidebar worked well at 1280px. At 768px, the sidebar collapsed into an off-canvas drawer that most users never found. Replacing it with an inline tab row at medium breakpoints — visible without interaction — restored discoverability without adding complexity to the desktop experience.

Context Course player
Layout type Responsive nav

Patterns across all cases

Looking at the three cases together, certain patterns appear consistently. Layout problems rarely announce themselves clearly — they show up as vague friction. Users don't say "the grid is wrong." They say the page feels hard to use.

The most effective fixes shared one quality: they reduced the number of decisions a user had to make before getting to content. That's a narrower goal than "better design," and it's easier to test.

3 layout layers examined per case
68ch optimal line width observed
Layout pattern analysis visual
Case resolution rate by category
Grid structure 82%
Reading flow 67%
Responsive nav 91%
Visual hierarchy 74%

Percentage reflects cases where the identified layout change produced a measurable improvement in user task completion during follow-up testing.

What students noticed

Responses from participants who worked through these case studies as part of the layout principles curriculum.

The sidebar case was the one that stayed with me. I'd made that exact mistake — collapsing navigation into a drawer and assuming users would find it. Seeing it framed as a layout decision rather than a user error changed how I think about breakpoints entirely.

Portrait of Brigitte Ohlsen

Brigitte Ohlsen

Interface designer, self-directed learner

The typography study surprised me most. I expected the fix to be something visual — a new typeface or different sizing. The fact that it came down to paragraph length and line width felt almost too simple. But the data was clear, and now I measure line width on everything I build.

Portrait of Tamsin Aurelio

Tamsin Aurelio

Front-end developer, career changer

What I appreciated was that none of these cases presented a clean answer. Each one showed the tradeoffs — what the fix improved and what it complicated elsewhere. That honesty made the material feel credible rather than like a set of rules to memorise.

Dariusz Kwiatek

Product manager, continuing education

Principles extracted from the work

These aren't rules — they're observations that appeared repeatedly across the cases. Some will apply directly to your situation. Others will need adjusting based on your content type and your users' actual behaviour.

Layout principles reference visual
  • Friction rarely looks like friction

    Users describe layout problems in terms of how they feel, not what caused them. Listening for phrases like "it felt slow" or "I kept getting lost" is more useful than asking directly about the design.

  • Line width is a reading decision, not a style one

    Keeping body text between 60 and 72 characters per line isn't a typographic preference — it's the range where eye movement stays comfortable across most reading contexts.

  • Collapsed navigation needs a visible signal

    Any navigation that requires an action to reveal must have a persistent, visible indicator at the breakpoint where it collapses — not just an icon that assumes users already know it's there.

  • Grid uniformity can work against discovery

    When every item looks the same, nothing signals priority. Introducing size variation — even modestly — helps users understand which items warrant attention without needing to read every label.

  • Test at the breakpoint, not just the target size

    Layouts often fail not at the sizes you design for, but at the transitions between them. Checking behaviour at 768px, 900px, and 1024px separately catches problems that testing only at 375px and 1440px misses.

  • Simpler decisions lead to more content reached

    Across all three cases, the effective fix reduced the number of choices a user had to make before accessing content. That single criterion — fewer decisions — is a practical guide when evaluating layout options.