-
I’ve noticed that long post titles are breaking words which looks very unprofessional and have had to edit the additional CSS in appearance
Currently the code is reading
.title_wrapper .col-12 h1 {
word-break: break-all;
}Could we get the code edited to prevent title word breaks globally by swapping the code to
.title_wrapper .col-12 h1 {
word-break: normal;
}Silly little thing and possibly an oversight but splitting a word in a title just isn’t visually pleasing.
Should anyone else be getting this issue, simply go to dashboard > appearance > customise from the sub-menu
then go to additional CSS and add
.title_wrapper .col-12 h1 {
word-break: normal;
}then publish for the fix
-
Please use the search before making a post. Your question maybe be already answered!
-
Do you need customization work? Are you having trouble installing Wordpress? Feeling lazy and want somebody else to do the hard work for you?
Join our discord!
Need hosting?
Follow us!