Reply To: Word wrap splits the words in half on mobile version

Homepage Community Forums Guru Theme Support Word wrap splits the words in half on mobile version Reply To: Word wrap splits the words in half on mobile version

#19478
Blair
Customer

    The site is http://www.spoonfulofparadise.com

    Thanks so much Wes! I tried deleting the word-wrap: break-word; line in the widget brackets like you suggested. It seems to turn off text wrapping altogether on a couple of the widgets. So I tried to just delete the word break-word; instead, but the same problem. Plus it is still breaking some of the words in half, which leads me to believe there may be another place with that line of code. Sure enough I searched and found it in two other places as well. I have pasted them below.

    .comment-content {
    clear: both;
    word-wrap: break-word;
    }

    and

    .site-inner {
    background-color: #fff;
    clear: both;
    margin-top: 170px;
    position: relative;
    z-index: 9;
    -word-wrap: break-word;
    }