Home › Forums › WoodMart support forum › Product display on Grid › Reply To: Product display on Grid
April 26, 2021 at 7:41 pm
#286912
Elise Noromit
Member
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