Shopify themes, liquid, logos, and UX
Hey guys, need some help with this.
For some reason my clients website is scrollable to the side.
Hard to explain, but there's a scrollable bar at the bottom of the screen (like their is on the side of all websites), and it allows you to scroll to the right.
I've attached an image - here's the link to the website: https://www.hclothing.com/
Solved! Go to the solution
This is an accepted solution.
Hey @SamFarwell
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
html, body {
overflow-x: hidden !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @SamFarwell
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
html, body {
overflow-x: hidden !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks!
This works.
Hi @SamFarwell
Please put this code in theme.liquid before body closing tag </body>
<style>
.header-wrapper.header-wrapper--transparent {
overflow: hidden;
}
</style>
I hope, it will help you
Thanks!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025