Home Forums WoodMart support forum Product display on Grid Reply To: Product display on Grid

#286912

Hello,

The only way is to fix the height of the product title and it would look like this: https://gyazo.com/a3e1e94b1e343c38f1470ed5648257b1

You see the shorter title has a gap, however, it does not spoil the view.

If you accept that, please add this code to the Theme Settings > Custom CSS > Global:

body .title-line-two .product-grid-item .product-title {
    min-height: 40px;
}

Best Regards