How can i center the price ?

How can i center the price ?
thanks in advance

What’s your store url ?

https://e018c6-82.myshopify.com/

Go to your online store → customize → settings → custom css and paste this code there

.price__container {
    display: flex !important;
    justify-content: center;
}

what about the ptoducts title how can i center them too ?

add this css there to center the titles

h3 .full-unstyled-link {
    text-align: center;
}

thank you bro so much for your help

Happy to help you :slightly_smiling_face: