Wed, 2014-01-22 21:00
Perhaps a stupid/simple question, but I'm wondering why the body of my page exceeds my window space (at least in Chrome).
Here's the site: www.thenormalschool.com/shinzen
And here's my CSS
body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; background: #AFC065; padding: 0; margin: 0; min-width: 1024px } #wrapper { background: #fff; width: 1024px; margin: 0 auto; display: block; }
Thu, 2014-01-23 01:06
#1
Hi shanevelez, You have a
Hi shanevelez,
You have a width of 1024px so if the browser window is less then that you will have to scroll sideways to see the page.
Thu, 2014-01-23 04:46
#2
But my browser window is
But my browser window is wider than 1024px. I've tried it without the width setting and it looked exactly the same.
Thu, 2014-01-23 04:59
#3
It looks fine to me on the
It looks fine to me on the home page in chrome. is it all pages you are experiencing the problem?
It might be content extending out of it's container.