Hi, kind of a newbie question.
So I have a few long words that don’t break when making the screen smaller. So I am using this code to fix that:
body { overflow-wrap: break-word; }
I pasted this in the Head tag of the page. But it doesn’t fix that. So I used this code:
body { overflow-wrap: break-word; }still doesn’t fix it. Anyone know what to do?
Here is my site Read-Only: LINK
