Hello,
I'm very new to CSS, and I've searched all over support and forums and the W3 tutorial but so far haven't found the answer here regarding pages in Neat theme:
On pages with more text—see http://edjfitness.wordpress.com/about/, for example—the background color/image stops before the content does, so the text ends up running over the color change and into the border, which continues on as long as the text. So, it's as if the page background stops prematurely or is set to a specific height, but the content just keeps spilling over.
This is how the CSS is set up currently for the page:
#page {
background-image:url('http://edjfitness.files.wordpress.com/2009/11/pic-sky.jpg');
background-repeat:repeat-x;
width:700px;
margin:0 auto;
padding:0;
}
Thank you for any assistance you may be able to offer!
The blog I need help with is edjfitness.wordpress.com.