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

#19470
Wes
Moderator

    @Blair if you look in your Style.css file in the Widgets section of the CSS (around line 990 in the default CSS) you can remove the code labeled – word-wrap: break-word;

    /* # Widgets
    ---------------------------------------------------------------------------------------------------- */
    
    .widget {
    	word-wrap: break-word;
    }

    That should fix it. If not, send me a link or I can login and remove it for you if you want. Just let me know