Title: adding space between posts
Last modified: August 19, 2016

---

# adding space between posts

 *  [hankeester](https://wordpress.org/support/users/hankeester/)
 * (@hankeester)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/)
 * using 2.7.1 WP and tastelessly theme.
 * I’d like to add a couple of spaces between posts. At the bottom of post theres
   a comments and permalink links. I would like to add a couple of spaces before
   the next post. I rifled through the CSS but could not locate the padding for 
   this specific thing.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/#post-1052250)
 * A link to your site would help.
 *  Thread Starter [hankeester](https://wordpress.org/support/users/hankeester/)
 * (@hankeester)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/#post-1052260)
 * [http://www.cockpunches.com](http://www.cockpunches.com)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/#post-1052464)
 * Edit style.css (line 273). Amend
 *     ```
       .post .links {
       margin:0;
       }
       ```
   
 * to
 *     ```
       .post .links {
       margin:0 0 30px;
       }
       ```
   
 * If that’s still not enough of a space, increase the 30px figure to something 
   more suitable.
 *  Thread Starter [hankeester](https://wordpress.org/support/users/hankeester/)
 * (@hankeester)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/#post-1052636)
 * Esmi,
 * thanks for the reply, this has worked.

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

The topic ‘adding space between posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [hankeester](https://wordpress.org/support/users/hankeester/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/adding-space-between-posts/#post-1052636)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
