• Resolved 39images

    (@39images)


    Hi all,

    Here’s a link to the site I’m working on:

    https://ahelpinghandva.com/

    If you scroll down to the bottom, you’ll see that the footer is a beige colored box that has somehow shifted down and is partially overlapping the bottom of the frame. I don’t know why or how this happened. Can anyone tell me how to fix it?

    Thanks! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • I think you are missing a closing div tag for div id=’art-main’.

    Thread Starter 39images

    (@39images)

    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”.

    Thread Starter 39images

    (@39images)

    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">

    Thread Starter 39images

    (@39images)

    Which file would that code be in?

    Thread Starter 39images

    (@39images)

    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;
    }
    Thread Starter 39images

    (@39images)

    I think that did it ?? I really appreciate the time you took to help me, thanks very much!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Footer shifted?’ is closed to new replies.