Title: Words split in posts &amp; headings
Last modified: January 17, 2020

---

# Words split in posts & headings

 *  Resolved [Jae](https://wordpress.org/support/users/jae-ha-kim/)
 * (@jae-ha-kim)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/)
 * With the previous themes that I used, this wasn’t an issue. But after I switched
   to Default Mag, some words break off at the end of the line. For instance, the
   word “Instagram” ends with “Instag” on one line and starts the next line with“
   ram,” rather than having the entire word on one line.
 * This issue is consistent within the individual posts, the headings, the suggested
   post headings etc.
 * I saw on a previous support request that [@themeinwp](https://wordpress.org/support/users/themeinwp/)
   suggested adding the following CSS to 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;
 * I tried this, but unfortunately it didn’t solve the issue. Do you have any other
   suggestions? Thank you for your time.
    -  This topic was modified 6 years, 3 months ago by [Jae](https://wordpress.org/support/users/jae-ha-kim/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwords-split-in-posts-headings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themeinwp](https://wordpress.org/support/users/themeinwp/)
 * (@themeinwp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12337338)
 * Hello,
 * Thanks for reporting a bug. We’ll soon update the theme with the fix.
 * In the meantime – From your WordPress Dashboard, Navigate to **Appearance ▸ Customize
   ▸ Additional CSS** and add below CSS.
 *     ```
       .twp-articles-title h3 a,
       .twp-feature-post h3 a,
       .twp-inner-title h3 a,
       h3.twp-articles-title a{
       	word-break: break-word;
       }
       ```
   
 * Hope this helps. Do let us know if you have any other questions.
 * Thanks,
 *  Thread Starter [Jae](https://wordpress.org/support/users/jae-ha-kim/)
 * (@jae-ha-kim)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12337619)
 * Hi, I tried your fix but unfortunately it didn’t work. Hopefully it’ll work when
   the theme is updated.
 *  Thread Starter [Jae](https://wordpress.org/support/users/jae-ha-kim/)
 * (@jae-ha-kim)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12389297)
 * Hello,
 * The updated theme didn’t address this issue, unfortunately. Do you have any updates?
 * Thank you for your time!
 *  Theme Author [themeinwp](https://wordpress.org/support/users/themeinwp/)
 * (@themeinwp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12389606)
 * Hi there,
 * I’ve revisited your website and the issue persists because of a CSS code snippet
   you’ve added on additional CSS fields.
 * Please remove those and everything should work.
 * Kindly refer to [https://prnt.sc/qwa6oo](https://prnt.sc/qwa6oo)
 * Thanks,
 *  Thread Starter [Jae](https://wordpress.org/support/users/jae-ha-kim/)
 * (@jae-ha-kim)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12389644)
 * Thank you very much for your quick reply. I deleted the coding you originally
   suggested from Appearance ▸ Customize ▸ Additional CSS. But the text still breaks
   up.
 * Do I need to go into the individual stylesheets to remove the text? And, if so,
   could you kindly tell me which one(s)? I did check all the theme files and could
   not find the sheet you were referring to.
 * Thank you again.

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

The topic ‘Words split in 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Jae](https://wordpress.org/support/users/jae-ha-kim/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/words-split-in-posts-headings/#post-12389644)
 * Status: resolved