Title: Removing linespaces after post.
Last modified: August 21, 2016

---

# Removing linespaces after post.

 *  Resolved [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/)
 * Hiya. I am nearly done modifying the twenty-eleven theme for my liking.
 * I was wondering though, what is the best way to remove unnecessary linespaces
   after the content of the post?
 * Best Regards.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/removing-linespaces-after-post/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/removing-linespaces-after-post/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649239)
 * Oh dear – you’re not going to like this…
 * Do not edit the Twenty Eleven theme. First [create a child theme for your changes](http://codex.wordpress.org/Child_Themes).
   Or install a [custom CSS plugin](http://wordpress.org/extend/plugins/search.php?q=custom+css).
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649240)
 * I am aware of this, esmi.
 * Could this be good?
 * .entry-title {
    clear: both; color: #222; font-size: 26px; font-weight: bold;
   line-height: 1.5em; padding-bottom: .3em; padding-top: 15px; }
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649244)
 * Actually those values were quite fine. I was to remove a linecarriage or so, 
   after the “post content”. So the distance to next post is nearer.
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649247)
 * If you look at my site: [http://paradoxuncreated.com/](http://paradoxuncreated.com/)
   you will currently see that there is a big space between the line separating 
   the posts. I want to reduce that.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649255)
 * You need to adjust the bottom margin & padding on posts via your custom css plugin
   or child theme.
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649292)
 * on “posts”?
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649295)
 * No actually that wasn´t it either. I´ll keep looking a bit, and see if there 
   is an answer here later.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649304)
 * Not padding and margin? So this doesn’t resolve the problem;
 *     ```
       .hentry {
        margin-bottom: 0;
        padding-bottom: 0;
       }
       ```
   
 * ?
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649306)
 * That is better, but there is still a linespace there I consider too much.
 * Best Regards.
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649309)
 * Is the line separator there, graphics?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649311)
 * Please illustrate your expectations.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649312)
 * > Is the line separator there, graphics?
 * No, it’s a CSS border style.
    [http://www.w3schools.com/css/css_border.asp](http://www.w3schools.com/css/css_border.asp)
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649324)
 * It is possible to reduce the spacing around this line-separator? (Please look
   at [http://www.paradoxuncreated.com](http://www.paradoxuncreated.com) )
 * Best Regards
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649325)
 * I don’t know by how much you want it reduced. I’m asking for you to state how
   much, because I’ve already recommended some code that didn’t satisfy you.
 *  Thread Starter [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * (@paradox-uncreated)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/#post-3649332)
 * A bit over half a (text)line, to closer to a line.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/removing-linespaces-after-post/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/removing-linespaces-after-post/page/2/?output_format=md)

The topic ‘Removing linespaces after post.’ is closed to new replies.

 * 17 replies
 * 3 participants
 * Last reply from: [Paradox Uncreated](https://wordpress.org/support/users/paradox-uncreated/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/removing-linespaces-after-post/page/2/#post-3649337)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
