Home › Forums › WoodMart support forum › Categories with SVG icons › Reply To: Categories with SVG icons
February 22, 2018 at 7:13 am
#41542
Artem Temos
Keymaster
Sorry, but we can’t do this on our side. The point here is to check why it doesn’t work on your website.
You can also try to use CSS solution to limit the title for one line of text only
.product-grid-item .product-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}