Home Forums WoodMart support forum extending product title area in product loop Reply To: extending product title area in product loop

#601129

josh-6874
Participant

Thanks! I removed all elements per your instruction:

.wd-product .product-wrapper .wrap-price,
.wd-product .product-wrapper .star-rating,
.wd-product.wd-hover-alt .wd-add-btn {
    display: none;
}

But I noticed that the alignment breaks due to the product title area is variable depending on the length of the title. Is there a way to define the product title to two lines to avoid this?