Home Forums WoodMart support forum Product title lines limit Reply To: Product title lines limit

#315708

Hello,

Try to set a one-line title and all will be aligned horizontally.

Alternatively, you can make all the title of the same hight, if you want you canadd this code to the Theme Settings > Custom CSS > Global:

.title-line-one .product-grid-item .wd-entities-title, .title-line-two .product-grid-item .wd-entities-title {
    min-height:60px;
}

Best Regards