How to get rid white space in footer (only in product pages)

Guys can you help me i cant remove white space in footer only in product pages but in my home page its ok. i tried all tut in other concern related to this problems but nothing works. here my website

https://rustia.co/

Hi @Foxrux08

The the reason of the space is an shopify app block.

Check this one if it work. If not then you need to contact the app provider.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

{% if template == 'product' %}

{% endif %}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Many thanksMade4uo-Ribe it works. if you don’t mind can you help me in this :slightly_smiling_face:
Header Height Exceed In [Dawn Theme]