Mobile layout showing a display error

Hi there,

I hope someone can help me with this because I can figure out what’s going on with the mobile view of a couple of product page on my website:

So when I open the product page, if I swipe right, I shows some white area that isn’t supposed to be there and goes on for a while. This only happens in this particular page and only on mobile view.

Can someone help me figure why?

Thank you!!

My website is: sportsonlyne.com and the password is chaort.

You have some custom CSS around TPO which somehow causes this.

Try whether this will help on mobile:

@media (max-width:750px){
  .tpo_option-set-wrapper {
    overflow: hidden;
  }
}

Hi Tim

Thank you so much for figuring out the problem. The code didn’t help but now I can ask the app to check this.

Thank you!!!

Have a great day