Rural Blog docsAll pages

Container and narrow width

Appearance → Customize → Design → General → Widths.

Setting Default What it is
Container width 1170px The most the site container ever grows to
Narrow (reading) width 620px The reading column used by the Narrow layout

Both take any CSS length. A bare number is treated as pixels.

Container width

The cap on the whole site: header, footer and any layout that is not Narrow. On a wide monitor the page stops growing here and centres itself.

Values under 500px are ignored on desktop. That guard exists so a half-typed value cannot collapse the site while you are editing it in the Customizer.

Below the container width the container simply takes a percentage of the viewport — 96% on small screens, 94% on larger ones — so there is always a margin at the edges.

Narrow width

The reading column, used by the Narrow layout on the blog, posts and pages.

620px at a 16px base size is about 70 characters a line, which is where long-form reading is most comfortable.

If you change the base font size, change this with it: measure is about characters per line, not pixels. An 18px base at 620px is a narrower measure than a 16px base at 620px.

What is not here