Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #979759
    gabriellavanrij
    Participant

    My footer is hanging out in the middle of my screen for the following pages, how do I get it to sit at the bottom of the screen?

    http://gabriella.global/my-account/
    http://gabriella.global/cart/

    I am using WordPress 4.4.1 running X – Child Theme theme. of X Version: 3.2.4

    #979911
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! By default the footer will be displayed right after the content area regardless whether there is more or less content in the content area. If you want that the footer will always be at the bottom of the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site > .x-container.max.width.offset {
        min-height: calc(100vh - 165px);
    }

    Please let us know if this works out for you.

    #979930
    gabriellavanrij
    Participant

    That worked! Huge thank you! 🙂

    #980021
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-979759 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>