Viewing 11 reply threads
You must be logged in to reply to this topic.
I’m having an issue where on certain pages that don’t have a lot of content, the footer doesn’t stick to the bottom of the page, and instead sits in the middle of the page. The issue corresponds to how much content on the page – is there a way to fix this through CSS or otherwise?
hello,
Please add these lines into your custom css box:
.footer_wrapper {
position: fixed !important;
}
Best regards!
This makes the footer stay in a static position on screen, always visible when scrolling – is there any way to make it so that the footer is only visible when the user scrolls to the bottom of the page? The issue I was having is that, on pages with very little content, the footer would appear in the middle of the page with white space below it. Thank you.
Hello,
Sorry, can you show us your site url? It happens when you have not added any content on page or few content.
Best regards!
Hello,
Because you have added the custom css code to make the footer fixed, I can’t see the issue. Please can you remove the code?
Or write your credentials in a private reply.
Best regards!
Hello,
Sorry for the late response.
I added some custom css code. Please give it a look and let me know.
Best regards!
hi, i too need this fix, for pages with little content…
the css: .footer_wrapper {position: fixed !important;} is great until you have page with a lot of text, then it covers it.
Do you have CSS to make the footer work as require above please???
Hello,
Please add this code into your custom css box:
#content {
min-height: 750px;
}
Best regards!
You must be logged in to reply to this topic.