Shopify themes, liquid, logos, and UX
Hello,
My website www.aquald.com had a horizontal scroll when on mobile. It was tiny, but enough to add a white space on the right side of the page. I ended up fixing this issue by adding:
<style>
html, body { overflow-x: hidden !important; }
</style>
The code fixed the horizontal scroll issue, however, the new problem this code created is that the sticky menu in the header doesn't show when I scroll up anymore.
Can someone please help?
Solved! Go to the solution
This is an accepted solution.
Hi,
Here are the steps:
1. Go to the Online Store.
2. Click Edit code.
3. Find the assets folder.
4. Find the file named base.css.
5. Add the code below:
.locale-selectors__content .locale-selectors__selector {
max-width: 100vw !important;
}
And delete your code:
<style> html, body { overflow-x: hidden !important; } </style>
Hi @mitzkovi1,
Please remove the following code:
<style>
html, body { overflow-x: hidden !important; }
</style>
The issue is with the locale selectors in the footer.
If you can customize this element(probably app), please set the style for:
.locale-selectors__selector {
padding: 0.3em 0.5em 0.3em 0.5em !important;
}
Thank you! So i need to remove the code:
<style> html, body { overflow-x: hidden !important; } </style>
and add to CSS file or?:
.locale-selectors__selector { padding: 0.3em 0.5em 0.3em 0.5em !important; }
Where do i add this?
Inside of the body tag?
This is an accepted solution.
Hi,
Here are the steps:
1. Go to the Online Store.
2. Click Edit code.
3. Find the assets folder.
4. Find the file named base.css.
5. Add the code below:
.locale-selectors__content .locale-selectors__selector {
max-width: 100vw !important;
}
And delete your code:
<style> html, body { overflow-x: hidden !important; } </style>
This worked like a charm! Thank you so much!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025