Title: Wrapping post title
Last modified: October 3, 2021

---

# Wrapping post title

 *  Resolved [kateshields](https://wordpress.org/support/users/kateshields/)
 * (@kateshields)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wrapping-post-title/)
 * I have some long post titles on my website, and right now the second line overlaps
   the first. I am trying to figure out how I can get the titles to wrap onto a 
   second line using custom CSS. I’m new to CSS and the Neve theme – and am not 
   sure how to refer to the title in my CSS. This is what I have so far – suggestions
   would be welcome!
 * .single-post .entry-title {
    overflow-wrap: normal; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwrapping-post-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wrapping-post-title/#post-14934795)
 * Hi [@kateshields](https://wordpress.org/support/users/kateshields/)!
 * Thanks for choosing Neve!
 * Please insert the code below in the Additional CSS section within the Customizer.
   Feel free to change the lineHeight value until you achieve the style you want.
 *     ```
       @media(min-width: 960px){
       .single-post .title.entry-title {
           --lineHeight: 40px !important;
       }
       }
       ```
   
 * Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Wrapping post title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.3/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/wrapping-post-title/#post-14934795)
 * Status: resolved