L·All Concepts
27
L

Layout

Composition as argument.

1 min read·Community

Layout is not arrangement — it is argument. Every decision about where to place an element, how much space to give it, and how to relate it to its neighbours is a decision about meaning, priority, and flow.

The Thought

The principles of layout were inherited from painting, architecture, and the centuries of visual problem-solving that preceded print. The rule of thirds, the golden ratio, the asymmetric balance of a Japanese garden — these are responses to how human visual perception actually works, to what the eye finds restful, what it finds dynamic, and what it finds trustworthy.

In editorial design, layout is the technology of reading. The placement of a headline relative to an image, the width of a text column, the size of the gutter — each of these is an instruction to the reader about how to move through the content. The best editorial layouts are invisible.

Digital layout introduced a constraint that print never had to solve: the unknown container. A poster knows its dimensions; a web page does not. Responsive design is not a technical solution — it is a design philosophy that accepts uncertainty as the medium.

Key Principles
  1. 01

    Establish a clear reading path before adding any element to the composition.

  2. 02

    Asymmetric balance is harder to achieve than symmetry and more interesting to look at.

  3. 03

    Margins are part of the layout, not its absence — treat them as active design space.

  4. 04

    Repetition creates rhythm; variation creates emphasis; both require the other.

  5. 05

    A layout that works at one viewport size and breaks at another has not been designed.

Related