Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396608

    http://borstch.eu/aptare6/

    I’m using this CSS for my sticky header. Is there something similair if I want the footer to be sticky as well?

    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }

    #396964

    Hey!

    Try adding this code to the Quick CSS:

    #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 10000;
    }

    Also please update the theme to the latest version (3.0.8).

    Cheers! 
    Josue

    #397544

    Beautiful! Thanks Josue

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sticky footer?’ is closed to new replies.