• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 08.05.18, 12:25
  • Opened by: Julien
  • Closed by: Marek
  • Closed on: 10.05.18, 15:24
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12185 - Product names and descriptions truncated on category page

Dear Marek,

As you can see on following page:
http://www.bioseblab.com/en/2-bioseblab-equipment

Long product titles (and short descriptions) seem to be automatically truncated to one line by your template.

Is it possible to avoid it, or to configure after how many characters the truncating is happening?

Thanks in advance for your support,

Best regards,

Julien

Comments

Marek 08 May 2018, 12:42

Try following CSS:

body .product-description .ellipsis {white-space: normal}
Julien 10 May 2018, 12:28

Thank you, it worked! :)