White gap under the footer on product page

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 :disappointed_face: 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?

I’m confirming that i want to delete this white gap :slightly_smiling_face: How can i do that?

@StokesCrofter , thanks for confirming. I have checked on Mobile devices but can’t find such which gap as attached screenshot.