Title: Texts split on posts headings
Last modified: July 10, 2019

---

# Texts split on posts headings

 *  [memorila](https://wordpress.org/support/users/memorila/)
 * (@memorila)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/texts-split-on-posts-headings/)
 * Texts in the heading of posts cut instead of dropping entire words to next lines.
   For example,
 * 1) On homepage
 * “Jacob Unekwu Agad
    a’s Amongst the Dea d, a review by Ubaji I…”
 * 2) On the post itself
 * “Jacob Unekwu Agada’s Amongst the Dead, a review by Ubaji Isiaka Abub
    akar Eazy”
 * How can this splitting of text be resolved?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftexts-split-on-posts-headings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [themeinwp](https://wordpress.org/support/users/themeinwp/)
 * (@themeinwp)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/texts-split-on-posts-headings/#post-11722494)
 * Hi [@memorila](https://wordpress.org/support/users/memorila/)
 * Thank you for using our theme.
 * You just can add the following CSS to your Customizer -> Additional CSS section
 *     ```
       .twp-post .twp-description .twp-articles-title h3 a {
           overflow: hidden;
           text-overflow: ellipsis;
           display: -webkit-box;
           -webkit-box-orient: vertical;
           box-orient: vertical;
           line-clamp: 9;
           -webkit-line-clamp: 9;
       }
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Texts split on posts headings’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/default-mag/1.3.9/screenshot.png)
 * Default Mag
 * [Support Threads](https://wordpress.org/support/theme/default-mag/)
 * [Active Topics](https://wordpress.org/support/theme/default-mag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/default-mag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/default-mag/reviews/)

## Tags

 * [heading](https://wordpress.org/support/topic-tag/heading/)

 * 1 reply
 * 2 participants
 * Last reply from: [themeinwp](https://wordpress.org/support/users/themeinwp/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/texts-split-on-posts-headings/#post-11722494)
 * Status: not resolved