Debut theme: Centering price on product collection page

Hi Community, I need to centre the price of the item on sale on the product collection or catalogue page. See below and kindly help me, Thanks

URL: www.thegiftcompany.com.au

1 Like

@Joegr7 - please add this css to the very end of your theme.css file and check , should look like screenshot given below

.price--on-sale .price__sale{justify-content:center;}

.price--on-sale .price__badge--sale{justify-content:center;}

@Joegr7

Please add the following code at the bottom of your assets/theme.css file.

.price--on-sale .price__sale{
justify-content: center;
}

Hope this works.

Thanks!

@dmwwebartisan could you help me with this also ? My pricing is still to the left while my product name is centred . Code below won’t work