Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865170

    Eric M
    Participant

    what is the css or javascript to force the footer to the bottom of the page?

    #865510

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    footer.x-colophon.bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

    Hope it helps.