-> Home -> Web/UI Design -> Literate Pages -> Don't Use Fixed Page Widths

Literate Web Pages...Don't Use Fixed Page Widths

Don't use fixed page widths.

At a minimum, don't force repeated horizontal scrolling on readers with narrower browser windows.

Why Not

Practically, fixed-width pages can lead to repeated horizontal scrolling:

More generally, fixed-width pages don't follow the design of the web: web pages plus active user agents (browsers) that adapt the pages to the readers' preferences and needs.

Details

Don't directly set the width of a page; don't set the width of the body element.

If a column of text must have a fixed width or a minimum width, limit the width to the smallest reasonable browser window width, not just to the screen width you assume most readers have.

References

For more information, see:

Literate Pages...Minimize Horizontal Scrolling

Literate Pages...Understand the Medium