As shown in the image, I managed to center the product and reviews, but the solutions I’ve tried for price does not work. Would appreciate any help.
Thanks
Hello @Antibiotics ,
Please share:
If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.
Kind regards,
Diego
Please add following css code your assets/component-price.css bottom of the file.
.price--on-sale .price__sale {
display: block !important;
text-align:center !important;
}
Thanks!
@dmwwebartisan Thank you so much