Title: Space below header slideshow
Last modified: August 22, 2016

---

# Space below header slideshow

 *  Resolved [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * (@fitnesslifefacts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/)
 * Hi,
    I’m new to wordpress and css so I don’t know how to remove the space below
   the header slideshow I added with a shortcode. I already tried removing the header
   padding as I saw in some other posts but nothing works. Here’s my blog: [http://www.fitnesslifefacts.com/](http://www.fitnesslifefacts.com/)

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924729)
 * Hi fitnesslifefacts. You could try adding this to your custom css:
 *     ```
       #header .pad {
         display: none;
       }
       ```
   
 *  Thread Starter [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * (@fitnesslifefacts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924732)
 * Hi bdbrown. I already did that but it’s not working.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924735)
 * OK, but that css doesn’t show up in the site you linked above. Maybe the cache
   needs to be updated?
 *  Thread Starter [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * (@fitnesslifefacts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924738)
 * How do I do that? I placed the code on custom css.
 *  Thread Starter [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * (@fitnesslifefacts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924749)
 * In my header I placed the shortcode inside <div class=”container group”>
    <div
   class=”container-inner”> When I move the shortcode above these lines the space
   goes above the slideshow and not below it.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924765)
 * Another option, if you’ve already edited header.php, is to either remove this
   entire div:
 *     ```
       <div class="group pad">
       ```
   
 * or just change the div class so the theme default css isn’t applied.
 *  Thread Starter [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * (@fitnesslifefacts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924844)
 * Thank you for your suggestions. I didn’t try the last thing you said but it appears
   that the problem is fixed. I dont know how this happened.

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

The topic ‘Space below header slideshow’ 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

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)
 * [space](https://wordpress.org/support/topic-tag/space/)

 * 7 replies
 * 2 participants
 * Last reply from: [fitnesslifefacts](https://wordpress.org/support/users/fitnesslifefacts/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/space-below-header-slideshow/#post-5924844)
 * Status: resolved