Reply To: How to stick the footer at the bottom?

Home Forums Support How to stick the footer at the bottom? Reply To: How to stick the footer at the bottom?

Home Forums Support How to stick the footer at the bottom? Reply To: How to stick the footer at the bottom?

#163488
Krzysztof

For one of my sites I use that code:

html, body{
height:100%;
}
.site-footer{
bottom:0;
position:relative;
}

Everything works except sticky menu – always moves page to the top after menu show. Any ideas to fix that?