I think you are missing a closing div tag for div id=’art-main’.
Can you tell me exactly where?
The HTML has changed since I looked at it earlier. You now have a paragraph for class=”art-footer” instead of a div.
Put everything back the way it was, and put an ending div just ahead of the div for class=”art-footer”.
I haven’t changed anything yet… I’m not sure why it would look different from the last time you looked at it…?
I’m sorry, I was looking at the wrong part of the code. The closing div needs to go just before the div with a class of ‘art-Footer’, like this:
</div><div class="art-Footer">
Which file would that code be in?
Actually I found it and did it, and it pushed the beige block completely below the black frame…
I’m trying to move it up a bit, above the black frame.
OK – I think I am on the right track now. In style.css around line 180, add padding-bottom to .art-Sheet, like this:
.art-Sheet {
margin-top: 30px !important;
padding-bottom: 5px;
}
I think that did it 🙂 I really appreciate the time you took to help me, thanks very much!