Let Words break into letters

Hi,

I have build a landing page.
It looks cool but i see a problem with long words.
I have not found a way to let the words break into letters or get smaller in a responsive manner

How do i do that?
Right now its just too long to be displayed
Here is the URL https://tillpera.de/gitarrenunterricht-hannover/

Thanks in Advance :slight_smile:

Hi There,

Thanks for writing in!

Please add this CSS to your theme option -> Global CSS and let us know how this goes.

.e7719-5 .x-text-content-text h1, .e7719-5 .x-text-content-text span {
word-wrap: break-word;
}

Hope this helps!

Thanks

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