Title: remove white spacing between posts
Last modified: August 20, 2016

---

# remove white spacing between posts

 *  Resolved [allington76](https://wordpress.org/support/users/allington76/)
 * (@allington76)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/)
 * Can anyone please tell me how to remove some of the white space between posts
 * [http://www.aallington.com/?cat=4](http://www.aallington.com/?cat=4)
 * specifically the space between the media player and the “Posted in Marketplace”
   section.
 * Many thanks!

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120349)
 * You should create a [Child](http://codex.wordpress.org/Child_Themes) theme to
   make your changes. If you do not, all of your changes will be lost if you update
   your theme.
 * Try adding this to the end of your child theme’s style.css:
 *     ```
       .entry-content > p > iframe { height: 150px; }
       ```
   
 *  Thread Starter [allington76](https://wordpress.org/support/users/allington76/)
 * (@allington76)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120350)
 * Thanks, but I don’t see any difference.
 * I just add that code at the very end of the stylesheet?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120351)
 * Most of that space is being created by the embedded iframes — which have an inline
   height of 200px. You might be able to override that by setting a negative top
   margin on the “Posted in Marketplace” div
 *  Thread Starter [allington76](https://wordpress.org/support/users/allington76/)
 * (@allington76)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120352)
 * where is the “posted in Marketplace” div located?
 * I don’t see it in the stylesheet?
 * I’m sorry, I’m a total newbie at this?
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120353)
 * I don’t see the code at the end of twentyeleven/style.css.
 *  Thread Starter [allington76](https://wordpress.org/support/users/allington76/)
 * (@allington76)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120355)
 * Its there now
 * [http://www.aallington.com/?cat=4](http://www.aallington.com/?cat=4)
 * I still see the big white space between posts
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120356)
 * Now you are missing a closing brace that was just before that line:
 *     ```
       }
       .entry-content > p > iframe { height: 150px; }
       ```
   
 *  Thread Starter [allington76](https://wordpress.org/support/users/allington76/)
 * (@allington76)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120358)
 * boom!
 * Thank you!
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120359)
 * If your problem has been solved, please use the dropdown on the right to mark
   this topic ‘Resolved’ so that anyone else with this question can see that there
   is a solution.
 *  [lordmine](https://wordpress.org/support/users/lordmine/)
 * (@lordmine)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120365)
 * thanx for sharing
    [http://www.ma3lomah.com/](http://www.ma3lomah.com/)[](http://www.ma3lomah.com/)

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

The topic ‘remove white spacing between posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 4 participants
 * Last reply from: [lordmine](https://wordpress.org/support/users/lordmine/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/remove-white-spacing-between-posts/#post-3120365)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
