Why is there a white bar at the bottom of my mobile site?

Hi, I have a problem. When scrolling on mobile version of my site there appears to be a white bar on the screen, also the background gif zooms in when it dissapears. I attach a video, maybe someone knows the solution :grinning_face: .

Sorry I couldn’t understand the problem can you share your website URL please

1 Like

Bitwash.eu , this problem only appears on mobile

I found a solution on the same problem but its written on different theme, my theme is spotlight, the solution on t4s theme looks like this:

.t4s-product.t4s-pr-grid.t4s-pr-style2.t4s-pr-8240220438802.t4s-col-item.is-t4s-pr-created {
display: none !important;
}
.t4s-product-img.t4s_ratio.is-show-img2 {
display: none !important;
}

What’s the solution?