How to remove horizontal scroll in mobile version - prestige theme

Solved
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
680 86 114

This is an accepted solution.

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

put this in your theme.css

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.

View solution in original post

Replies 3 (3)
Simonsron
Shopify Partner
680 86 114

This is an accepted solution.

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

put this in your theme.css

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.
zehrace
Tourist
23 0 1

Thank you for the super fast reply! It worked!

 

Best regards

Zehra

Simonsron
Shopify Partner
680 86 114

Glad I could help you!

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.