On mobile devices, my lines of text aren’t utilizing the available space in a line and breaking to the next line, when more words could fill the space on the prior line. I know word-break will fix this, but of course then I have words being split between two lines. Is there another way? Thanks!
It looks like the problem is in the html, not the css. Someone stuck in a load of s and <br>s which is screwing up the lines.
Remove all s and replace the <br>s with closing and opening <p> tags.
Strange, I don’t see the s in the source, but they are there in Inspect Element. Is that some kind of Wordpress weirdness, some script maybe?
OT: and in the css, why is almost everything !important??
I see the   too now in the Inspect Element, but you are right they aren’t in the source. It probably is WordPress weirdness. The !important are to override the theme body. Sometimes though I might get carried away