Title: Line height (multiple vs. single post view)
Last modified: August 19, 2016

---

# Line height (multiple vs. single post view)

 *  Resolved [srtemple13](https://wordpress.org/support/users/srtemple13/)
 * (@srtemple13)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/line-height-multiple-vs-single-post-view/)
 * The line height of my blog in homepage (multiple post) view is different that
   in single post view. In single view the line height is too tight, I want it to
   match the homepage height. I did add the code below to the style.css file and
   that is controlling the line height of the homepage view.
 *     ```
       .entry p {
       	line-height:17px;
       }
       ```
   
 * Link to homepage: [http://stevetempleproductions.com/blog/](http://stevetempleproductions.com/blog/)
   
   Link to single post: [http://stevetempleproductions.com/blog/?p=508](http://stevetempleproductions.com/blog/?p=508)
 * Thanks in advance.

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

 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/line-height-multiple-vs-single-post-view/#post-2056394)
 * Try adding `.post p`
 *     ```
       .entry p,
       .post p {
       	line-height:17px;
       }
       ```
   
 *  Thread Starter [srtemple13](https://wordpress.org/support/users/srtemple13/)
 * (@srtemple13)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/line-height-multiple-vs-single-post-view/#post-2056452)
 * [@jkovis](https://wordpress.org/support/users/jkovis/),
 * Thanks, worked great.

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

The topic ‘Line height (multiple vs. single post view)’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [srtemple13](https://wordpress.org/support/users/srtemple13/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/line-height-multiple-vs-single-post-view/#post-2056452)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
