Motion Theme - Horizontal scroller wants to be hide troubleshooting

Solved

Motion Theme - Horizontal scroller wants to be hide troubleshooting

Sivadarshan
Shopify Partner
214 1 30

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

 

Screenshot 2024-12-28 094055.png

Accepted Solution (1)

DaisyVo
Shopify Partner
2260 266 321

This is an accepted solution.

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: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
2260 266 321

This is an accepted solution.

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: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution