This topic has 4 replies, 3 voices, and was last updated 8 years ago ago by Eva Kemp
After looking through about 10 posts where people said there was white space below footer, I was not able to find a concrete answer on the best way to deal with this.
On new pages without enough content, there is a significant amount of white space below the footer. I was able to correct that (hacky) on the About page by adding a lot of carriage returns, but on default pages where say a search turns up no products – I’d rather have a global solution than hacking each individual page.
Can you please suggest a clean fix?
Hello,
Try to add this code in Custom CSS for desktop and tablet:
.copyright.copyright-1 {
margin-top: 20px;
margin-bottom: 20px;
}
Regards,
Rose Tyler.
Thanks Rose, gave that a try using a media query and without. Still seeing the same result.
media query version..
@media (min-width: 768px) and (max-width: 979px) {
.copyright.copyright-1 {
margin-top: 20px;
margin-bottom: 20px;
}
}
New CSS shows under custom.css (soft linked to the default.custom.css) and is loading into the page.
Hello,
As for the “Earrings” category page, you need add products to it and white space will disappear.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up