[Resolved] How to stick the footer at the bottom?

Home Forums Support [Resolved] How to stick the footer at the bottom?

Home Forums Support How to stick the footer at the bottom?

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #163761
    Tom
    Lead Developer
    Lead Developer

    And this only happens when you add the code you shared above?

    #163774
    Krzysztof

    Yes. And I forgot that I have one more CSS:

    #page{
    min-height:calc(100% - 411px);
    }
    #163795
    Krzysztof

    I found another working CSS code:

    html, body{
    height:100%;
    }
    body{
    display:table;
    width:100%;
    }
    .site-footer{
    display:table-row;
    height:1px;
    }

    Now sticky meny is working okey ๐Ÿ™‚

    #163819
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad you got it sorted ๐Ÿ™‚

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.