Hi,
“Product Title Lines Limit” – limits the maximum height of your product titles. Its purpose is to prevent two-line titles if “one line” is selected and prevent three-line titles if “two lines” are selected. This option is doesn’t set the minimum height of the product title. If your site contains short product titles on your site there are two possible solutions:
1. Set this option to “one line” to make all product titles the same height.
2. Add this custom code to the global custom CSS area to add minimum height to the product titles, but in this case, there will be space between short titles and below content.
[class*="title-line-"] .product-grid-item .wd-entities-title {
min-height: 36px;
}
Kind Regards