Home › Forums › WoodMart support forum › limit the product grid product name text to 2 lines only › Reply To: limit the product grid product name text to 2 lines only
April 19, 2018 at 7:41 pm
#53474
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings
.product-grid-item .product-title {
max-height: 38px;
overflow: hidden;
}