This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
I’m creating footer from footer builder. I get the white space below the footer! How do I remove this? It never happened when I was using static blocks!
I have disabled the caching but not working!!!
https://prnt.sc/AzC3T0gFHry3
Hello, Trendy,
Thank you for reaching out to us with your concern regarding the white space below the footer on your website.
Our theme does not have the option to fix the footer to the window bottom (independently of the footer builder you are using). It displays the footer at the bottom of the page content and if your page content is too short then additional space appears below the footer to the window bottom.
You can try to use the next custom CSS code:
.content-page {
min-height: calc(100vh - 400px);
}
We hope this information is helpful.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up