Title: Padding between posts on category view
Last modified: August 22, 2016

---

# Padding between posts on category view

 *  Resolved [websponge](https://wordpress.org/support/users/websponge/)
 * (@websponge)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/)
 * Look at this screen shot, the gap is far too bug between posts, I cant find the
   CSS to reduce this?
 * [https://dl.dropboxusercontent.com/u/63458261/Capture.PNG](https://dl.dropboxusercontent.com/u/63458261/Capture.PNG)

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

 *  [deputy05](https://wordpress.org/support/users/deputy05/)
 * (@deputy05)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197378)
 * Maybe try one or both of these (default values given):
 *     ```
       article .tc-content { margin-bottom: 30px; }
       .featurette-divider { margin: 30px 0; }
       ```
   
 *  Thread Starter [websponge](https://wordpress.org/support/users/websponge/)
 * (@websponge)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197478)
 * Thank you, I tried this , it had no affect, still a very large gap…
 *  [deputy05](https://wordpress.org/support/users/deputy05/)
 * (@deputy05)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197479)
 * Must be related to the images, since it works for my site…but I don’t have images
   on my posts…
 *  Thread Starter [websponge](https://wordpress.org/support/users/websponge/)
 * (@websponge)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197481)
 * you are correct…once I removed the images, it has done the trick! shame as I 
   wanted small images next to each post title..
 *  Thread Starter [websponge](https://wordpress.org/support/users/websponge/)
 * (@websponge)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197483)
 * looks like its thumb-wrapper doing it, but there are so many references to it
 *  Thread Starter [websponge](https://wordpress.org/support/users/websponge/)
 * (@websponge)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197484)
 * got it!
 * .thumb-wrapper {
    width: 269px; max-width: 100%; height: 190px; position: relative;
   left: -1px; top: 0px; display: block; overflow: hidden; text-align: center; margin:
   auto; }

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

The topic ‘Padding between posts on category view’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [websponge](https://wordpress.org/support/users/websponge/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/padding-between-posts-on-category-view/#post-5197484)
 * Status: resolved