Dawn Theme, Homepage, Featured Collection, Pricing Centre Aligned?

Just setting up a new site on Dawn Theme. On the Homepage for the Featured Collection, how do I centre align the pricing? It is currently left-aligned.

@chaletboutique ,

Please share the store URL…

https://pm1d1og5ux7t8u7f-43786535076.shopifypreview.com

Please add below css code in bottom of assets/base.css file

.card-wrapper .card-information .price {
text-align: center;

}
Thank you.

@chaletboutique ,

.card-information {
    text-align: center;
}

copy it

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Thank you :grinning_face_with_smiling_eyes:

1 Like

Hi, none of these work for me, can you help?