Title: Edit Linespace for Posts
Last modified: May 24, 2017

---

# Edit Linespace for Posts

 *  Resolved [philippst](https://wordpress.org/support/users/philippst/)
 * (@philippst)
 * [9 years ago](https://wordpress.org/support/topic/edit-linespace-for-posts/)
 * Hey there,
 * is it possible to edit the style.css in order to change the line space between
   the lines? I edit the style.css with a few parameters to change the line space
   but nothing happend. Then I put in custom css in the customizer:
 *     ```
       body {
       line-height: 1.4;
       }
   
       h1, h2, h3, h4, h5, h6 {
       line-height: 1.4;
       }
   
       a {
       text-decoration: none;
       }
       ```
   
 * the only thing whats happend is that the widget boxes on my startpage are smaller
   than before. But in the Post there has nothing changed -.-
 * Hope you can understand me and you can help me :p

Viewing 1 replies (of 1 total)

 *  Theme Author [ThemeZee](https://wordpress.org/support/users/themezee/)
 * (@themezee)
 * [9 years ago](https://wordpress.org/support/topic/edit-linespace-for-posts/#post-9175871)
 * Hi there,
 * Thanks for using Dynamic News.
 * You can change the line height in the content area with this CSS code:
 *     ```
       .entry {
           line-height: 1.8 !important;
       }
       ```
   
 * Please add the CSS code to the CSS setting on Appearance > Customize > Additional
   CSS.
 * Editing the style.css of the theme directly is not a good idea, because it is
   overridden with every theme update.
 * Best,
    Thomas

Viewing 1 replies (of 1 total)

The topic ‘Edit Linespace for Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dynamic-news-lite/1.6.8/screenshot.
   png)
 * Dynamic News Lite
 * [Support Threads](https://wordpress.org/support/theme/dynamic-news-lite/)
 * [Active Topics](https://wordpress.org/support/theme/dynamic-news-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dynamic-news-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dynamic-news-lite/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [ThemeZee](https://wordpress.org/support/users/themezee/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/edit-linespace-for-posts/#post-9175871)
 * Status: resolved