Dawn Theme 8.0 Center Price on product pages

Hi, I’m having a hard time trying to figure out how to center the price on the dawn theme for the product pages.

can someone help?

thank you!

1 Like

@idaya - can you please share this page?

@suyash1 julytwentysix.co thanks!

@idaya - you want like this?

@suyash1 not on the collection page but on the actual product if possible.

@idaya - like this? it will look wierd

Hello @idaya ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

@suyash1 yes :slightly_smiling_face:

@idaya - please add this css to the very end of your base.css file and check, should look like screenshot above

.product__info-container .price{text-align: center;}
1 Like

@suyash1 that code worked thank you! but I had to paste the code on the customize section since this upgrade of the dawn theme allows you to customize the CSS code on there too :slightly_smiling_face:

@idaya - yes that too can work