Solved

How to remove horizontal scroll in mobile version - prestige theme

zehrace
Tourist
23 0 1

Hello Community,

 

the mobile version of my shop www.bijuuu.com does always move left and right.

How can I remove the horizontal scroll?

 

Please advise!

 

Thank you,

Zehra

Accepted Solution (1)

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.shopify-section--header{
overflow:hidden;
}

put this in your theme.css

banned

View solution in original post

Replies 3 (3)

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.shopify-section--header{
overflow:hidden;
}

put this in your theme.css

banned
zehrace
Tourist
23 0 1

Thank you for the super fast reply! It worked!

 

Best regards

Zehra

Simonsron
Shopify Partner
699 87 122

Glad I could help you!

banned