Long words are sometimes not separated in the mobile view and they go into nowhere, so that you dont know what the word is about.
Is there someting that automativ´cally seperates the words on mobile?
Would be great to get some help :)
Many greetings rixi
Hey rixi,
Well, the words can be broken via the css but the browser decides where they break, so it might break not where you would expect.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:989px){
#top #wrap_all .all_colors h1 {
word-wrap: break-word;
}
}
If you need further assistance please let us know.
Best regards,
Victoria