Ethos Carousel Overlay Custom Text - Space behind comma

I have custom text via CSS in the Ethos Carousel.
Problem: spaces after comma’s are removed.
How can we solve this?

Previous topic, the line break issue has been solved:

Hi @drfretboard

Instead of having a space, you can write the uni-code representation which is \00a0 so your content is like:
content: "Popmuziek, \00a0 akoestische rock, \00a0 fingerstyle folk, \00a0 gospel, \00a0 opwekkingsliederen, \00a0 zangbegeleiding, \00a0 klassiek en nog veel meer!";

I’ve already did that for the above sentence and I can see it’s working fine on your website.

Thanks.

Thanks, will implement this!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.