This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi, on shop page we have 3 types of product buttons: Add to cart; Select options; Read more.
Now the size of these keys depends on the length of the text. Is it possible to set all buttons same size, full wide of product image or full widerow?
Hello,
Please add this code in Theme Options > Custom css or in style.css file of child theme:
.products-grid .product_type_simple, .products-grid .product_type_variable {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up