Hello!
I would like to justify all product information in the center but can’t seem to find a way to do it. Thanks for any help!
Website - maisonmagdalena.com
Password - MaisonMagdalena.222
Topic summary
A user seeks to center-align all product information on their Dawn theme product page. Two solutions were provided:
Solution 1 (Moeed):
- Add CSS code to
theme.liquidfile above the</body>tag - Includes a screenshot showing the centered result
Solution 2 (DaisyVo):
- Add CSS targeting
.product__info-wrapper.grid__itemelements - Insert code above
</head>tag intheme.liquid - Uses
text-align: centerandmargin-inline: autoproperties
Follow-up Question:
The original poster asks if it’s possible to keep the product name (“Calla Lily Dress”) visible when scrolling down the page, suggesting they want a sticky/fixed header behavior.
Status: The centering issue appears resolved, but the sticky product name request remains unanswered.
Hey @MagdalenaBB
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @MagdalenaBB
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.product__info-wrapper.grid__item * {
text-align: center !important;
margin-inline: auto !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
Hey, thanks a lot for your helpful reply!
I would like to ask if it is possible to make it so that the name of the product (Calla Lily Dress) doesn´t disappear on scroll down? Thanks ![]()


