Hi guys! How to delete this white gap under the footer? Its appears only on product pages,
Please add the below CSS code at the end of your base.css file.
@media(max-width:991px){
.footer .footer-block__details-content .list-menu__item--link{
padding:0;
}
}
It’ll look like below once you add the CSS:
Didnt work On the product pages still a white gap. Home page and the rest pages don’t have this gap,but when you enter any product then there is a white gap under the footer. www.petson.co.uk
@StokesCrofter , Could you please confirm if you would like yo make like below attachment?
@StokesCrofter , thanks for confirming. I have checked on Mobile devices but can’t find such which gap as attached screenshot.