Hi Yankrah,
You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:
.single-post #intro #intro-core {
max-width: 1700px;
}
Thanks!
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 8 years, 9 months ago by
turbonate.
Hi Everyone,
I’m having the same problem and unfortunately I did not get any change from copy and pasting the 2 above suggestions.
Here’s a link to show you what I mean.
https://www.rydechiropractic.com.au/ryde-chiropractic-looking-forward-serving/
Would really appreciate some help 🙂
Cheers!
Just in case, I’m using WordPress 4.8.2 and Consulting version 1.1.1