How to make the product title fixed for 2 line height?
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
May 21, 2014 at 1:50 pm 20777 | |
Sk | 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 | |
Sk | 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 | |
Sk | you could also do it by css replace the following code on replace
by
thank you. 🙂 |
Viewing 2 Posts - 1 through 2 (of 2 total)