Alternatively, you can change the word-break from break-all to break-word
same location for the code:
You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:
#intro #intro-core {
word-break: break-word;
}
This may cause some issues with mobile browsers that are not very wide when using long words in your title.
-
This reply was modified 7 years, 2 months ago by turbonate.