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
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.cssfile - The CSS targets
.product .pricewithalign-items: centerandjustify-content: center
Outcome:
- The solution worked perfectly and resolved the alignment issue
- Store URL shared: alexandrafinchjewellery.com
Status: Resolved
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?
@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

