F2.02.3column-gutter-margin ratiodesign

The ratio among column, gutter and margin outruns any absolute

Aliases: column-gutter-margin ratio · proportional inset

What it is

Column width, gutter and margin can each look “reasonable” and still invert the structure when stacked. A frequent crash: margin 24, gutter 8. Plenty of air to the bezel, almost no seam between columns — the columns glue first, then the whole block floats like a small card in the window. The phone’s absolute numbers were copied; the ratio flipped on desktop or tablet.

The claim is which of the three is larger, not a second lecture on gutters or on margins.

Why it happens

Grouping reads relative difference. Gutter against column width decides whether columns still parse as streams. Margin against column width decides whether the well has a frame against the window. Gutter against margin decides whether the layout first cuts columns or first lifts the page off the window.

Paste 16 / 16 / 16 from a phone onto a 1440-wide window and the column grows huge while gutter and margin become hairlines: multi-column mush, content kissing the window. Scale only the margin and leave the gutter at 8, and you get the inversion above: a strong frame, weak columns. What you lock is a ratio band (margin at least the gutter; gutter a small fraction of the column) and let the pixels follow width.

Where it stops holding

On very narrow widths all three numbers hit floors (touch, type size, safe area). The ratio will distort; keep readable and tappable rather than the desktop proportion. Classic print ratios are not a screen formula: scrolling, dynamic type, and columns that flex between breakpoints all move the terms.

With a single column there is no gutter, and the ratio collapses to column : margin. Watch that margin does not outgrow the column itself — another way of exiling matter to the middle of the window.

Applying it

  • At 375 and 1440, measure the same module’s column, gutter and margin and write the ratio. Desktop cases of “margin ≥ column” or “gutter invisible while margin is generous” are the flip.
  • Generate the three numbers from a width-following rule (fractions or clamp), not three static callouts.
  • How to check: park the two widths side by side, hide the numbers, and ask which structure you see first: columns, or a page floating in a window. If the two widths disagree, find the width where the answer flips and retune the generator so the ratio no longer inverts there.

Related

  • Same group: F2.02.1 Gutter width is what keeps columns from reading as one stream · F2.02.2 Margin is the breathing room between matter and the bezel
  • Nearby: F2.01 Grid systems · F2.03 Spacing scale · F2.11 Fluid and adaptive layout
  • Search terms: gutter-to-margin ratio · column width · proportional inset · fluid grid

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/F2.02.3