Click to See Complete Forum and Search --> : Centered vs. Left-Justified Layout


Nick Avallone
03-07-2008, 02:43 PM
I have a client who wants to revamp her website using a centered layout. (She claims that 95% of all websites are now centered, which seems to be a gross exaggeration.)

My instinct is to keep it left-justified, because the distance between browser elements and webpage elements is always constant, thus potentially providing more efficient usage. Whereas with a centered layout, that distance shrinks and grows depending on how the browser is resized. Nor do I think that a fixed-width centered layout looks any better than fixed-width left-justified: while the latter leaves a lot of whitespace in the right margin, the former tends to make the site look tiny and lost in a sea of white space.

Not that I'm going to argue with my client (they are always right...) but I'd love to hear any opinions/research regarding the pros and cons of both layouts.

TJ111
03-07-2008, 03:01 PM
I always use a centered layout. It takes one extra line of CSS, and looks significantly better on widescreen monitors. At home my monitor is 1680x1050, and a left-justified site thats ~750px wide is awkward looking if I have the browser maximized. (At work I develop with the browser in a second 1024x768 monitor). That's just my personal opinion though.

felgall
03-07-2008, 06:57 PM
Having half the space on either side of the content will make it look like the content fills a lot more of the browser window than if it is all on one side.

toicontien
03-07-2008, 06:57 PM
It's always frustrated me that the menu items in an application window are left justified and the scrollbars are right justified. I think the scrollbars should be left justified like the application menu items. Then all web pages could be made left justified with the web site navigation appearing in the left column, thus minimizing mouse movement.

Of course for some languages, the opposite would be true. Everything is right aligned.

But that's not the world we live in. I like centered layouts because it frames the page better, and minimizes mouse movement between the web page, scroll bars and application menu items.