This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
Hello!
I would like to align the product name and price in the centre. At the moment, the product image is centre-aligned, but the product name and price are not, and are aligned to the left, as you can see in the attached image.
What do I have to do to make sure that the image, product name and price are aligned centrally?
Hello,
Add the below code to Theme Options > Custom CSS
.product .product-name, .product .add-to-container {
text-align: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up