Title: padding / margin around posts
Last modified: May 8, 2017

---

# padding / margin around posts

 *  [columbiapath](https://wordpress.org/support/users/columbiapath/)
 * (@columbiapath)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/padding-margin-around-posts/)
 * I’d like to eliminate the spacing at the end of a category post and the spacing
   at the beginning of a category post so there is not so much white space between
   category posts. An example of this can be seen at this link
    [http://columbiapathwaystorecovery.org/category/schenectady-county/](http://columbiapathwaystorecovery.org/category/schenectady-county/)
 * there is extra space after my pink line and there is space before the title of
   the next post. I’d like them tighter together.

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [9 years ago](https://wordpress.org/support/topic/padding-margin-around-posts/#post-9133918)
 * Hi there – give this a try in your custom CSS editor:
 *     ```
       .entry-content {
         margin-bottom: 0;
       }
       ```
   
 * You can also remove this from your custom CSS, as it’s not having any effect.
   Margin needs a unit to go along with the number, like `px`, `em` or some other
   unit:
 * `.entry-summary, .entry-content { margin: 1; }`
 * Reference: [http://htmldog.com/references/css/properties/margin/](http://htmldog.com/references/css/properties/margin/)
 * Let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘padding / margin around posts’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/padding-margin-around-posts/#post-9133918)
 * Status: not resolved