How can i center the price ?
thanks in advance
What’s your store url ?
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