Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I am having issues with the Home page text not being responsive. My site is https://www.kellyeamenscopywriter.com.au/ and it is in the piece under “Time to call a copywriter”. I tried entering this into the Additional CSS but it hasn’t changed it html,
body {
overflow-x: hidden;
}
.widget-title {
word-break: break-all;
}
.wpcf7-form input {
max-width: 100%;
}
Hi Carolyn
Thanks for posting.
The issue is that some headlines like “Here’s what I’ve learned in 10+ years as a communications specialist:” have been pasted from another application. Each space has an HTML non-breaking space in place, it’s those non-breaking spaces that are causing the problem. If you copy each problematic headline, paste into Notepad with no formatting and then paste it back, the issue should resolve. If you click over to the Text tab of the Editor widget, you’ll see the non-breaking spaces I’m referring to.
I did that and there was no alteration to the problem. There doesn't appear to be any extra spaces or hard breaks in text.
Here is what it looks like at a code level: https://imgur.com/a/FHDaqsy
Try removing the headline in question entirely.