Product name on several lines on home and category views

So it looks like all i needed to do was over ride the css property for white-space from nowrap to normal.

I added the following :

.products-grid .product-item .product-item-details .product-item-name {
   white-space: normal
}

directly in the backoffice configuration>custom style 1 .

I now get the title as i needed from what i can see for the moment. And even on the home page.
Thanks.

1 Like