Hello!
How to avoid on mobile horizontal scroll? This code and similar doesn’t work for me:
overflow-x: hidden !important;
Thank you!
Hello!
How to avoid on mobile horizontal scroll? This code and similar doesn’t work for me:
overflow-x: hidden !important;
Thank you!
Hi @Atsimataves , can you share your store url?
Thank you for quick reply! I seem to have found a workaround with ChatGPT. I have a similar problem with featured products section. I have attached a photo. This section scroll up and down.
Pw: amber
Hi @Atsimataves
you just need to add the following css code:
@media screen and (max-width: 989px) {
.slider.slider--tablet {
flex-wrap: wrap !important;
}
.card:not(.ratio) {
padding: 0 10px;
}
}
The result:
Hope it helps @Atsimataves
@BSS-Commerce Thank you for your reply.
To be honest, maybe I didn’t describe my problem clearly. I am attaching a video that really worries me. https://streamable.com/wwvgxf
Thanks for your patience!
Hello, I checked your website both on iOS as well as android but didn’t see the same problem as yours. It could be because your browser or device has an old version. You can try updating your device and browser to a new version or provide information about your browser and device version so I can find out the cause.