This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hi There
At the moment, products’ title, price and “add to cart” buttone are aligned left to the product image. Is it possible to align those fields to center in both catalogue, slders and pages where shortcodes are used?
Thanks,
Hi,
Use the next custom CSS code:
.products-grid .product, .slide-item .product {
text-align: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up