I’m using motion theme latest version in that there is an horizontal scroller visible, how to hide that.
website: https://0q709bryzbd67cs8-67925410094.shopifypreview.com
I’m using motion theme latest version in that there is an horizontal scroller visible, how to hide that.
website: https://0q709bryzbd67cs8-67925410094.shopifypreview.com
Hi @Sivadarshan
To complete your requests, please follow these steps:
body {
overflow-x: hidden;
}
Here is the result:
I hope this helps
Best,
Daisy