hey, if you click on my products, you will notice that the page is not centered, is there a way to fix that?
URL: sixdreamz.com
A user reports that their product pages appear off-center, with product information extending wider than the product image itself.
Another user clarifies that while the page is technically centered, the visual imbalance occurs because the product information section is wider than the image area.
Solution provided:
theme.liquid file and find the </body> tag</body> tagThe solution includes a code snippet and visual reference showing the corrected layout. The issue appears resolved with this CSS customization approach.
hey, if you click on my products, you will notice that the page is not centered, is there a way to fix that?
URL: sixdreamz.com
Hi @sixdreamz
It looks like not but it is center.
Product information are more width than the image product.
is it possible to move it more to the right?
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
And Save.
result:
I make it 50-50. You can adjust te max-width whatever you want.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!