Can't center the price on a Single Product with custom theme

Hey!

I’m working on this preview:
https://1jzrhvdgrxow94aa-59025555640.shopifypreview.com

And I’m running into the issue that I can’t centre the price of the “Single Producto” section.

Does anoybody know how to solve it through the code or custom CSS?

Thanks in advance.

  • John

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

.product-content .product-price{justify-content: center !important;}

Thank you very much! It worked!

@JohnLindgrenR -welcome, do let me know if you need any other updates