Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Emi,

    I could see that your theme doesn’t have any styling for the footer, that’s why it’s not where it should be. Besides, there’s no content there, which makes it hard to spot. Here’s a snippet that should fix the problem:

    #footer {
        background: #0000FF;
        clear: both;
        padding: 1em 0;
    }

    The CSS rule that makes the footer stay at the bottom is the clear:both rule. I’ve also added a bit of padding and a blue background color to make it visible. However, the background color is up to you. Let us know if it worked for you.

    Thread Starter Emi

    (@jenemi)

    Hi! ^_^ That worked perfectly–thank you SO much <3

    You,re very welcome,I’m so glad it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add a footer that stays at the bottom of the page and not throughout?’ is closed to new replies.