When I started this blog I criticised some mighty big names (some of whom are great influences). Rather stupid, but I was an angry young man just 6 months ago. One area that seemed to concern me was the increasing use of complex grids in the design of websites.

A grid system
My thinking was a bit clouded by my attitudinising, so here’s my more considered take on the subject.
Grids: very good
- Any website will benefit from using some type of grid to align page elements. Grids create rhythm, which makes the physical act of reading easier: the eyes needn’t reach for content as the brain will know where that content is going to appear. As a consequence of this, websites that make use of a grid feel better and create a positive impression on the reader.
- Grids also aid the meaning of a page. The placement of page elements can suggest importance, relevance etc.; aligning certain elements can suggest a link between their functions. For example, if the content area occupies 2 columns of a 3-column grid, and links to twitter entries and delicious bookmarks occupy 1 column of the grid, then there is a natural suggestion that the content is twice as important as the twitter and delicious information, which would share the same importance.
Complex grids: fuzzier
- Grids aren’t an end in themselves
- The design process should run as follows:
- Decide what content we want to place on the page
- Design an appropriate grid
However, if we reverse that process and decide that we want to design to, say, an 8 column grid (which is easy using a CSS grid framework), then we are making decisions about content based on design, which is wrong. Frameworks can be great: there’s no reason why you couldn’t use Blueprint to create a 2 column site with some subtle sub-columns, but it makes creating more complicated grids very easy.
- Complex grids can excuse poor design decisions
- If we have a lot of content we want to place on a page, then a grid will help us to organise it. The problem here is that we shouldn’t be placing lots of content on our pages. The design process is essentially a process of subtraction, organisation and emphasis — too much information on a computer screen is overwhelming for readers, regardless of how well it’s been placed.
- We see this problem with the online editions of newspapers. A new, multi–column convention has arisen, which, in my opinion, makes them harder to read. Unfortunately, the clever application and appreciation of grids has clouded more fundamental design problems.
- Less readable
- The more content we place on a page, the less scannable it is. Narrow columns also mean smaller text, and small text is harder to read than large text.
- Complex grids = complicated CSS
- Which is one reason we got rid of tables for layout.
So we should beware when we encounter a site that utilises a well-constructed grid. We should ask: does the page structure hide poor design decisions?, and Could this have been presented more simply to the reader? Often, of course, the grid will in fact aid the presentation of the content — but not always.
Pingback: Leon Paternoster — Why use grids?
Pingback: Leon Paternoster — FT redesign is a triumph
You make some insightful points here. I think that lately I’ve fallen prey to the seductive nature of complicated grid systems. They’re just so damn easy now with CSS frameworks.
On a side note, isn’t it funny that newspaper website frontpages are often vastly more complicated than their print brethren?
Hello Chris,
Thanks for the comment.
Absolutely. How many stories are on the front page of the print version of The Guardian? 3? There are 40-50 on the front page of the website. And countless links in the navigation area. That’s one reason I quite like the FT’s home page redesign: it trusts readers to browse for info they’re interested in.
I guess the belief is that readers would rather scan metres of their PC screens for content rather than click through to it. A complex grid supports this approach.
Pingback: Gigantic — Why use grids?
Pingback: Gigantic — FT redesign: modern, readable and accessible
Pingback: Simple, complex, ordered, butchered » Positively Deranged