Hello,
Could you please advise how to fix alignment for more info button on shop page? As on picture.
In the past you have advised me add to global CSS following, which work fine for add to cart button:
.content-product .st-swatch-in-loop {
margin-top: 20px;
min-height: 65px;
}
.content-product .product_type_simple.add_to_cart_button {
margin-top: 99px !important;
}
.content-product .product-title a {
min-height: 45px;
}
However “more info” button but seems not working(I think it did in the past but maybe we had for all products add to cart button only so not really sure). Isn’t .product_type_simple for more info button?
Cheers,
Tomas