@Louis-josek said in How to fix content scrolling over fixed footer? I'd like the content to scroll top and behind footer. Thanks:
.slug-release #footer-region {
Thank You, for the code and elaborating. It worked :)
@Louis-josek said in How to fix content scrolling over fixed footer? I'd like the content to scroll top and behind footer. Thanks:
.slug-release #footer-region {
Thank You, for the code and elaborating. It worked :)
@Richard-K
https://chowesther.com/
I just added the following to the custom CSS but I'm sure there's something else to add to clear the issue
#footer-region{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}