Hi! How do I fix this bug? you can zoom out on mobile phone and it looks like this, it is really poor. I want it optimezed for phone use
Can you share your store url…? @Malte11
lör 7 feb. 2026 kl. 20:24 skrev Anthony_David_1 <notifications@community.shopify.com>:
1 Like
That’s a bad solution because it kills your sticky header and sticky elements on a product page.
If doing this, at least do
body, html {
overflow-x: clip;
}
A better solution though, would be to find the offending element and either relocate it properly, or add overflow: hidden on closest wrapper.
1 Like

