Hi friends! Quick question, how do i center the title and cost of my product? Do i need to use css?
Topic summary
A user seeks help centering product titles and prices on their store using CSS.
Solution provided:
- Navigate to Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the
</body>tag - The specific CSS code snippet was shared to achieve the centering effect
Outcome:
The solution was confirmed successful by the original poster, who expressed gratitude. The discussion appears resolved with a working implementation.
Hey @Czaban
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
1 Like
Thank you very much ![]()

