I recently built a site and centered it using margin: 0 auto. I also wrapped elements in a .wrapper class with a width set to 960px and then had the parent element extend across the whole browser.

When I view the Brands screen on an iPad though, the site is left-aligned and does not extend across the whole window. Any thoughts to why this might be happening, and how to correct it?

See below for a screenshot:

link|improve this question

72% accept rate
feedback

1 Answer

Looks like you’ve got a few validation errors on that page:

I suspect they might be causing the issue. If you look at the page in e.g. Chrome, you’ll see a horizontal scrollbar and space outside your wrapper <div> there, so the issues aren’t limited to the iPad.

link|improve this answer
Thanks for the response. I added a screenshot to my original question. – Andrew Nov 10 '10 at 16:04
The homepage doesn’t have all those validation issues (although it does have one), and it looks fine, hence I think they’re part of the problem. – Paul D. Waite Nov 11 '10 at 11:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.