Footer problem disappears

My footer disappears when it is full screen on desktop. When I reduce it it appears. This only happens when viewing a product. Is there a way to fix it? My theme is Tinker.

Hey @jordaniliev4

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

presentstudio.bg

Have you changed theme code of this section?

There are some errors in HTML code of your product section (that’s why you only see this problem on product pages).

Namely – there is an extra </div> tag which makes some page elements to close prematurely – <div class="page-wrapper"> does not include sections after main product information section.

And if an element is not a child of .page-wrapper, it’s not scrollable to on wider screens.

You may get recommendations to fix this with CSS, but this is not a proper solution – right way is to fix this extra </div> problem.


The suspect:

Theme demo HTML – no </div> element

I’d look somewhere here and further down:

I was copy one code from YT video, but i dont remember what code was it and where i put it…

Was it about adding/modifying structured data JSON LD?

I’ve updated the location and screenshots in my post above – have a look there…