Home Forums WoodMart support forum product grid Reply To: product grid

#377913

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-grid-item h3.wd-entities-title {
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
}

Best Regards