Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding this to your custom css box in the theme options > advanced settings:

    @media (min-width: 1200px) {
    html, body {
    height: 100%;
    }
    html body #wrapper.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 220px !important;
    }
    #containerfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
    }

    Kadence Themes

    Thread Starter 81701580

    (@81701580-1)

    Hi there,

    I added the code above to my custom css box. The footer did become static , however, other pages on the website seemed to be cut off as a result. I’m actually just looking to get rid of the white space on the bottom of the my-account page. The footer position does not need to change. Is there anyway to do so? Thanks for your help!

    https://www.sweetheartlashes.com/my-account/

    You can change the code to this, which will add the padding so that nothing is cut off:

    @media (min-width: 1200px) {
    html, body {
    height: 100%;
    }
    html body.wide #wrapper.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 220px !important;
    }
    #containerfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
    }

    Or you can just make the body background (bottom of the advanced styling) the same as your footer background.
    Then just make sure you content class background is white.
    Kadence Themes

    Thread Starter 81701580

    (@81701580-1)

    Perfect. Thanks so much!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I am using Virtue Premium by Kadence.

    Please contact the author on their site for support of that product.

    As the author is aware these forums are not for supporting commercial products.

    @britner? You really need to direct your customers to your own site for support. Please do not support them here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘account login page – static footer’ is closed to new replies.