Archived topic
Sticky Footer
3 replies · Started by ishtiaque on May 16, 2022
Viewing posts 1–4 of 4
How can I fix this? https://prnt.sc/26QZkZK8I9Ci
shoestester. com/contact-us/
Hi there,
Just make sure that you want the footer to be fixed at the bottom of the screen?
If so, try this CSS:
.site-footer {
position: fixed;
bottom: 0;
}
Or maybe just set a minimum content container height?
I'm not sure what you are trying to achieve, can you explain your idea a bit more?
This archived topic is closed to new replies.