Motion Theme - Horizontal scroller wants to be hide troubleshooting

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:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
body {
    overflow-x: hidden;
}

Here is the result:

I hope this helps

Best,

Daisy

1 Like