All things Shopify and commerce
Hi! On my product pages, the section after the product description that says 'back to all products' overlaps with 'customer reviews' on mobile devices. But it looks fine on a pc. Can that be fixed? I asked AI on Shopify Help Center and all it tells me is edit the code. I don't know which code to edit or even where to find the code for mobile devices, can someone please help me?
Solved! Go to the solution
This is an accepted solution.
Hi @CHB1
Check this one.
@media only screen and (max-width: 749px) {
.return-link-wrapper {
margin: 30px 0 !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Can you please share your store's URL?
This is an accepted solution.
Hi @CHB1
Check this one.
@media only screen and (max-width: 749px) {
.return-link-wrapper {
margin: 30px 0 !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks but it only moved the wording slightly. I added your code under assets/theme.css.liquid. See screenshots below
Is this inside on the style tag? I assume it will not work you have unproper placed curly bracket. Can you check if you have theme.scss.css file? And paste it on the very end. Thanks!
Thanks, it worked!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025