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?

#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 🙂