Title: Decrease Space Between Slider Image and Category/Post Date
Last modified: August 31, 2016

---

# Decrease Space Between Slider Image and Category/Post Date

 *  Resolved [AZBros](https://wordpress.org/support/users/azbros/)
 * (@azbros)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/decrease-space-between-slider-image-and-categorypost-date/)
 * I’m having difficulty figuring out which piece of code I need to adjust to decrease
   the gap between the front page Slider image and the Category/Post Date. I’ve 
   tried editing several pieces of code, but they don’t seem to do anything. Is 
   it a padding issue or something else?

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/decrease-space-between-slider-image-and-categorypost-date/#post-7416532)
 * The featured image has a 1em bottom margin. You can remove that using this CSS:
 *     ```
       .featured .post-thumbnail {
           margin-bottom: 0
       }
       ```
   
 *  Thread Starter [AZBros](https://wordpress.org/support/users/azbros/)
 * (@azbros)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/decrease-space-between-slider-image-and-categorypost-date/#post-7416554)
 * I swear I tried this code last night and it didn’t work. Just copied it exactly
   how you typed it and it worked beautifully! I guess I must have typed something
   incorrectly. Oh well, I’m glad it’s working now. Thanks!
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/decrease-space-between-slider-image-and-categorypost-date/#post-7416581)
 * You’re welcome.

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

The topic ‘Decrease Space Between Slider Image and Category/Post Date’ is closed
to new replies.

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

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [decrease space](https://wordpress.org/support/topic-tag/decrease-space/)
 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [front page](https://wordpress.org/support/topic-tag/front-page/)

 * 3 replies
 * 2 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/decrease-space-between-slider-image-and-categorypost-date/#post-7416581)
 * Status: resolved