Title: Increase space between posts
Last modified: August 20, 2016

---

# Increase space between posts

 *  Resolved [RobhJ](https://wordpress.org/support/users/robhj/)
 * (@robhj)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/increase-space-between-posts/)
 * How and where do you increase space between the posts on the posts list? Example
   [http://exploding-art.nu/](http://exploding-art.nu/)

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/increase-space-between-posts/#post-2948110)
 * In a stylesheet, add the following,
 *     ```
       .post{
        margin-bottom: 20px;
        /* OR what ever measurement you want */
       }
       ```
   
 * **↓** hehe ☺
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/increase-space-between-posts/#post-2948111)
 * try to work with a browser tool such as Firebug [http://getfirebug.com/](http://getfirebug.com/)
   to investigate the css selectors of your site.
 * you could for instance use:
 * `.post {margin-bottom:30px;}`
 * **ps**: time for a break, I am getting slow 😉
 *  Thread Starter [RobhJ](https://wordpress.org/support/users/robhj/)
 * (@robhj)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/increase-space-between-posts/#post-2948341)
 * I do have Firebug and tried to find it. But post margin wasn’t in the css file.
 * Thank you for the help, it worked!

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [RobhJ](https://wordpress.org/support/users/robhj/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/increase-space-between-posts/#post-2948341)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
