Close

Product name wrap in JCarousel

gop
9 years ago
#8365 Quote
Avatar
  • 6
Hi,
I'm trying to find how to make the product name wrap in the Nop JCarousel. My product names are too long and are being cut off rather than wrapping to the line below.
Aleks
9 years ago
#8366 Quote
Avatar
  • Moderator
  • 70
gophfy wrote:
Hi,
I'm trying to find how to make the product name wrap in the Nop JCarousel. My product names are too long and are being cut off rather than wrapping to the line below.


Hi gophfy,

do you have a website which I could investigate ?
Regards,
Aleksandar Ivanov
Nop-Templates.com
gop
9 years ago
#8368 Quote
Avatar
  • 6
Aleks wrote:
Hi,
I'm trying to find how to make the product name wrap in the Nop JCarousel. My product names are too long and are being cut off rather than wrapping to the line below.

Hi gophfy,

do you have a website which I could investigate ?


Yes it's at http://misiu.azurewebsites.net. 

Cheers,
Adam
Aleks
9 years ago
#8369 Quote
Avatar
  • Moderator
  • 70
Go to JCarousel/Content/css/JCarousel.css. Go to line 203 and find this selector ".products-carousel .item-info .jcarousel-product-name". Remove these two lines from its styling:

height: 24px;
overflow: hidden;

now the titles of the products in the JCarousel would be visible.
Regards,
Aleksandar Ivanov
Nop-Templates.com
gop
9 years ago
#8379 Quote
Avatar
  • 6
Thanks for the help.