HI,
Hoping you can help me.
On the mobile view, i seem to get a horizontal scroll bar, could you help me remove/resolve this?
I am using the “motion” template.
Thanks!
George
Shop preview link:
https://7z2uai2blzrazhv9-6808141908.shopifypreview.com
Hi there,
Jack from OpenThinking here!
For a quick fix you could use the following code in your assets/theme.css (paste it at the very end of the file)
body { overflow-x: hidden!important; }
let me know if this works for your. If yes; accept my answer and give me thumbs up! Thank you.
Hi Jack, it doesnt seem to have resolved the problem. Is there anything else we could try?
@georgenova , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (max-width: 769px){
html{
overflow-x: hidden;
}
}
Please let me know whether it works.
Kind regards,
Diego
1 Like
Worked perfectly. Thank you!!!