How to make the product title fixed for 2 line height?
Author | Posts |
---|---|
May 21, 2014 at 1:50 pm 20777 | |
Need help, thank you very much!
http://wedevs.com/support/topic/how-to-set-a-character-limit-to-product-title-shown-on-dokan-site/
.home .product-sliders li h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height: 60px;
}
![]() ![]() | |
May 25, 2014 at 11:56 am 20997 | |
to solve this issue please follow the steps: 2. now open the file 3. replace line 54 -> replace
by
in this line 4 is, number of word you want to show in title. if your product title has more than 4 word it will show only 4 words in two line. Thank you. 🙂 | |
May 25, 2014 at 1:29 pm 21001 | |
you could also do it by css replace the following code on replace
by
thank you. 🙂 |