How can I center the price on a Dawn theme product page?

Topic summary

A user needed help centering the product price on their Dawn theme product page, having successfully aligned other elements on the homepage but struggling with the product page specifically.

Solution provided:

  • Add custom CSS code to the end of the base.css file
  • The CSS targets .product .price with align-items: center and justify-content: center

Outcome:

Status: Resolved

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

can anyone help centre the price on a product page? I have aligned everything else and on the homepage but on the actual product page no mater what I try and search for it can’t get it to align and I have tried tonnes of different codes and no

Hi @Alexandrafj
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

@Alexandrafj - can you please share your website link?

https://www.alexandrafinchjewellery.com

@Alexandrafj - add this css to the very end of your base.css file and check

.product .price {align-items: center;    justify-content: center;}

worked perfectly!! Thank you so much