Close

Product Title Truncated

lmheah
9 years ago
#6086 Quote
Avatar
  • 10
Hi,

My product title get truncated in the product list page.
Is there anyway I can set it to show all my product title?
lmheah
9 years ago
#6134 Quote
Avatar
  • 10
Hi,

No updates on this? Any suggestion for me?
Support
9 years ago
#6137 Quote
Avatar
  • Moderator
  • 1044
Hi LMHEAH,

The title is truncated to one line by design, but you can easily make it appear on two lines. For this purpose paste the following in the admin -> plugins -> nop allure theme -> settings -> custom head styles textbox:

.item-box .product-title a, .item-box .title a {
line-height: 1.95;
}
.product-grid .item-box .product-title, .item-box .title {
height: 62px;
}

Hope that helps!

Please let us know if that works for you!

Best Regards!
lmheah
9 years ago
#6177 Quote
Avatar
  • 10
It works. Cheers!