Shopify themes, liquid, logos, and UX
Hi Experts,
Anyone that could help us fix this horizontal scroll? It's really annoying :'(
It's only on the Home Page.
Here's a video of our problem:
Much love ❤️
Solved! Go to the solution
This is an accepted solution.
No problem! After many attempts I found the solution.
Updated Code:
<style>
/* Prevent horizontal scrolling on mobile devices */
@media (max-width: 767px) {
body {
overflow-x: hidden !important;
}
div#trustpilot-widget-trustbox-0 {
display: none !important;
}
}
</style>
Add !important and hide the Trustpilot section
Add this code in your theme.liquid file (Inside the <head> section):
<style>
/* Prevent horizontal scrolling on mobile devices */
@media (max-width: 767px) {
body {
overflow-x: hidden;
}
}
</style>
Hi,
Thanks for your response! Unfortunately it doesn't work for me 😞
/Hugo Brunto
This is an accepted solution.
No problem! After many attempts I found the solution.
Updated Code:
<style>
/* Prevent horizontal scrolling on mobile devices */
@media (max-width: 767px) {
body {
overflow-x: hidden !important;
}
div#trustpilot-widget-trustbox-0 {
display: none !important;
}
}
</style>
Add !important and hide the Trustpilot section
Yep it works perfectly. Thank you so much ❤️
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025