Hi all,
I was wondering how I can get my products’ title and price to be centered on the product page instead of being aligned to the left.
URL: ourodyssey.co
Hi all,
I was wondering how I can get my products’ title and price to be centered on the product page instead of being aligned to the left.
URL: ourodyssey.co
Hi @dominnows
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.card__information, .card-information .price {text-align: center !important;}
Regards,
San
.card__information, .card-information {
text-align: center;
}
Hello @dominnows ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
Thank you for this!
I am so glad that my solution can help .
Thank you!
Hi. It didn’t work for me. What’s the solution?
Thank you! I tried several other suggested solutions before I found your suggestion. Those did not work, and yours worked. Excellent!
And, to add to this, after updating to the new Dawn, I had to once again figure out how to centre the titles and prices, found GemPages solution again, and, it worked again! So thanks again.