• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 08.01.19, 08:34
  • Opened by: David Garcia
  • Closed by: Marek
  • Closed on: 01.02.19, 12:21
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13486 - Overlapped Text

Hello I have overlapped text in all parts of my website. Check te attached image.
Please tell me how to solve it.

Regards.

Comments

Marek 08 Jan 2019, 10:24

Try following CSS fix:

.short-desc {white-space: normal}
David Garcia 08 Jan 2019, 11:43

Thanks for reply, your solution works for the product descriptions only. But I have many other places with this issue, I think is a general issue.
Take a look to the screenshot.

Thanks.

Marek 08 Jan 2019, 11:58

yes, I see.
Try this:

.block-reassurance li {white-space: normal;max-width: 500px;}
David Garcia 08 Jan 2019, 12:13

Not works, I’ve tried with !important too, but not.

Marek 08 Jan 2019, 13:22

Sorry, my mistake

.block-reassurance li span {white-space: normal;max-width: 500px;}