Hello! On mobile I have some issues with longer titles that go outside the screen size. How can I make the title break and go down to a new line the correct way? I am attaching a couple of examples for you to check
thanks!
Hey studiono,
Please try the following in Quick CSS under Enfold->General Styling:
.av-special-heading-tag {
word-break: break-word;
}
Best regards,
Rikard
Hi Rikard, I tried that but the word got truncated at the wrong point. It got truncated like this
FONDAMENT
ALI
when the correct way would be
FONDAMEN-
TALI
or
FONDAMENTA-
LI
and also it doesn’t show the “-” that is needed when a word is cut like that
Hi,
Thanks for the update, but there’s no way of doing that using code as far as I know. If you want total control over the break then you would need to use different header elements for example, then hide/show them for the correct screen size in the element options.
Best regards,
Rikard