Hello!
I would like to center the price and text under the product image, how can I do that in the code?
Thanks in advance!
Hello!
I would like to center the price and text under the product image, how can I do that in the code?
Thanks in advance!
Hi @RICARDO-watches ,
You can follow the instruction below:
.card-information__wrapper {
text-align: center;
}
.card-information__wrapper>.price {
justify-content: center !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
sorry for that issue can you try this code
.card-information, .card__information {text-align: center;}