Title: avoid title break
Last modified: February 10, 2019

---

# avoid title break

 *  Resolved [natasha006](https://wordpress.org/support/users/natasha006/)
 * (@natasha006)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/avoid-title-break/)
 * Hello,
 * i find below CSS code to avoid title break.
    but not working! how to force title
   on right side of widget and no return to line?
 *     ```
       .rpwe-title {
         -ms-word-wrap: normal;
         word-wrap: normal;
         -webkit-hyphens: none;
         -ms-hyphens: none;
         hyphens: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [natasha006](https://wordpress.org/support/users/natasha006/)
 * (@natasha006)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/avoid-title-break/#post-11217521)
 * find it
    add:
 *     ```
       overflow: hidden;
       ```
   
 * to h3 section
 * and working great

Viewing 1 replies (of 1 total)

The topic ‘avoid title break’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [natasha006](https://wordpress.org/support/users/natasha006/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/avoid-title-break/#post-11217521)
 * Status: resolved