Re: White gap under the footer.

How can I remove the white gap under the footer on a product page?

StokesCrofter
Tourist
12 0 2

Hey guy!How to delete this white gap under the footer on the product page? 

 

8888.png

Replies 6 (6)

syedsumaimaly
Trailblazer
147 16 22

Hi @StokesCrofter 

Would you mind to share your store URL website, with password if its protectd? Thanks!

StokesCrofter
Tourist
12 0 2

www.petson.co.uk   pass 123       this white gap is only at product pages

syedsumaimaly
Trailblazer
147 16 22

@StokesCrofter Perfectly fine from my side try to open website in incognito

syedsumaimaly_0-1696431206334.png

 

StokesCrofter
Tourist
12 0 2

i try ,still white gap.  the white gap is only on product page. Can you please use this link to one of the products  https://www.petson.co.uk/products/personalised-socks-tiger   and check again please? 

Moeed
Shopify Partner
6983 1883 2300

Hey @StokesCrofter 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer {
    padding-bottom: 0 !important;
}
</style>

RESULT:

Moeed_0-1696423710469.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


StokesCrofter
Tourist
12 0 2

Didn't work