This topic has 4 replies, 2 voices, and was last updated 5 years ago ago by Olga Barlow
hello dear friends
i wonder if there a code to make the add to cart buttons in one level
i recently used the code to disable the review from appearing but the issue still .
i wonder if there some code to make the products show the add to cart buttons in one level even if the text or photo size or review stars appeared .
thanks
best regards
Hello,
Point is that product title has a different number of lines (from 1 to 3). To may try to set the fixed min-height for the product title in child theme style.css but then you will get a small gap for products with 1 line of the title. But if this is ok then you can try this solution
.content-product .product-title {
line-height: 2.5ex;
min-height: 5ex;
}
Regards
done
thanks
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up