Title: sitheawsguy's Replies | WordPress.org

---

# sitheawsguy

  [  ](https://wordpress.org/support/users/sitheawsguy/)

 *   [Profile](https://wordpress.org/support/users/sitheawsguy/)
 *   [Topics Started](https://wordpress.org/support/users/sitheawsguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sitheawsguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sitheawsguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sitheawsguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sitheawsguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sitheawsguy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPKites] Text wrapping on mobile](https://wordpress.org/support/topic/text-wrapping-on-mobile/)
 *  Thread Starter [sitheawsguy](https://wordpress.org/support/users/sitheawsguy/)
 * (@sitheawsguy)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/text-wrapping-on-mobile/#post-15785622)
 * I did a bit of research and it looks like the ‘break-word’ syntax is now deprecated
   so I used this instead:
 *     ```
       .blog .post-content .entry-title {
           word-break: normal;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPKites] Text wrapping on mobile](https://wordpress.org/support/topic/text-wrapping-on-mobile/)
 *  Thread Starter [sitheawsguy](https://wordpress.org/support/users/sitheawsguy/)
 * (@sitheawsguy)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/text-wrapping-on-mobile/#post-15782895)
 * That has worked perfectly thank you.

Viewing 2 replies - 1 through 2 (of 2 total)