Hi Team,
I have an issue with my website only on mobile version where it has a horizontal scroll on the home page and all other pages.
My website is: www.piecesofthem.com.au
Is there any way I can fix this so there isn’t a big white sp
Hi Team,
I have an issue with my website only on mobile version where it has a horizontal scroll on the home page and all other pages.
My website is: www.piecesofthem.com.au
Is there any way I can fix this so there isn’t a big white sp
Hey @piecesofthem
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello,
I have checked the website but mobile view not scroll show and website working in fine
Thanks
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
html, body {
overflow-x: hidden !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
This has fixed the problem, thank you so much!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hello, I am having this same issue with my webpage scrolling to empty space on the right side. Your solution isnt showing up for me, could you let me know what you told them to do? Thank you!
Yes, it is mementobybuggirl.com ! I also have a scrolling banner at the top of my site that is disabled with every solution I have tried. Thank you!
Hey @mementobuggirl
Follow these Steps:
<style>
@media screen and (max-width: 767px) {
html, body {
overflow-x: hidden !important;
}
}
</style>
RESULT:
Best,
Moeed