Close

Full Product name not displayed in Product catalog

nopmstr2014
9 years ago
#8183 Quote
Avatar
  • 35
Hi Everyone,
Our products have long name, in product catalog box (not product details page) its only displays  2 lines and it  doesn't show full name of the product.
I believe we have reduce font size to achieve this in Nitro Theme.
How can I show complete product name in product catolog box?
Thanks

hristo
9 years ago
#8188 Quote
Avatar
  • Moderator
  • 172
nopmstr2014 wrote:
Hi Everyone,
Our products have long name, in product catalog box (not product details page) its only displays  2 lines and it  doesn't show full name of the product.
I believe we have reduce font size to achieve this in Nitro Theme.
How can I show complete product name in product catolog box?
Thanks



Hi,
you can look up for this piece of code in your main CSS file (styles.css):

.product-grid .item-box .product-title {
    height: 36px;
    margin: 0 0 5px;
    overflow: hidden;
}

...and change the height value from 36px to say 56px (you can fine tune it as you like), this will make the text placeholder to accommodate 3 lines of text instead of 2. After that you can test and see if your catalog boxes look ok on different pages (it is a good idea to test the hover state of the boxes too).

Let us know if there is something else.
Regards,
Hristo Gospodinov
Nop-Templates.com