- This topic has 0 replies, 1 voice, and was last updated 8 years, 5 months ago by .
-
Ticket
-
Option 1: Trim product title
.products li h3{ width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Option 2: Fixed product height
.products li{ height: 400px; }
The forum ‘FAQ’ is closed.