Title: Adding Space Between Posts
Last modified: August 19, 2016

---

# Adding Space Between Posts

 *  Resolved [Arcko1000](https://wordpress.org/support/users/arcko1000/)
 * (@arcko1000)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/)
 * Hi all,
 * I been digging and digging through my stylsheet and I cannot seem to find the
   section that will allow me to add additional space between posts (either via 
   padding or margins).
 * My website [http://www.arcko.net](http://www.arcko.net) is otherwise right as
   rain, but the posts have the appearance of being seemless strung together.
 * Any help is appreciated.
 * Thanks,
 * Arcko

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/#post-1662484)
 * Add a style for .post to the end of style.css:
 *     ```
       .post {
          margin-bottom: 30px;
       }
       ```
   
 * Adjust the 30px to suit.
 *  Thread Starter [Arcko1000](https://wordpress.org/support/users/arcko1000/)
 * (@arcko1000)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/#post-1662492)
 * Who’s awesome? You’re awesome.
 * I didn’t realize the style was not already existent and was struggling adding
   margin values to the existing .post styles.
 * Thanks for all your help!
 * -Arcko
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/#post-1662502)
 * You are welcome! Now, please use the dropdown at top right to mark this topic‘
   Resolved’.
 *  [lionnes](https://wordpress.org/support/users/lionnes/)
 * (@lionnes)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/#post-1662799)
 * hello
 * Your reply has been v usefull. I am using wordpress 3.01 desciple theme
    [http://www.lionnes.com/blog](http://www.lionnes.com/blog)
 * i just reduced space between posts by adding
 * .post {
    margin-bottom: -25px; } at the bottom of my style sheet will also love
   to reduce space between my posts and comment bar, and if possible bring the comment
   bar to the same line with (add share) found at the end of each post
 * thanks in advance

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
 * 3 participants
 * Last reply from: [lionnes](https://wordpress.org/support/users/lionnes/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/adding-space-between-posts-3/#post-1662799)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
