Title: css padding
Last modified: September 16, 2017

---

# css padding

 *  Resolved [hijack61](https://wordpress.org/support/users/hijack61/)
 * (@hijack61)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-padding-4/)
 * Hi there and thanks for really good work. I tried your plugin today and already
   like it, i have just one small problem. The content after the slider comes right
   away without space, and I am not a coder. Could you please post the codeline 
   for header.php to add some padding after the slider. Thank you very much. Of 
   course i will give 5 star rating

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

 *  [WD Support](https://wordpress.org/support/users/wdsupport/)
 * (@wdsupport)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-padding-4/#post-9509691)
 * Hello, [@hijack61](https://wordpress.org/support/users/hijack61/)!
 * Thank you so much for your kind comments! We are happy you like using Slider 
   WD.
 * Please try to add the following CSS code to **Custom CSS** option of your slideshow.
   You can access it by going to **Settings** tab.
 *     ```
       #wds_container2_0 {
           padding-bottom: 30px;
       }
       ```
   
 * Let us know if this works, otherwise please post the link to the page where you
   have your slideshow. We will provide the necessary CSS code.
 * Thanks! Have a wonderful day!
 *  Thread Starter [hijack61](https://wordpress.org/support/users/hijack61/)
 * (@hijack61)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-padding-4/#post-9522017)
 * Thank you for your reply and friendly service, i fixed that, but now I have another
   problem, I put the code in header.php but my theme (Jarida) presents the slider
   now on every page, how can I get around that? 5 star rating already done, greetings
   and best wishes to your team
 *  [WD Support](https://wordpress.org/support/users/wdsupport/)
 * (@wdsupport)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-padding-4/#post-9527163)
 * Hi, [@hijack61](https://wordpress.org/support/users/hijack61/)!
 * If you wish to have the slideshow only on homepages, please add the following
   code instead:
 *     ```
       <?php
       if (is_front_page() || is_home()) {
           wd_slider(1);
       }
       ?>
       ```
   
 * 1 is the ID of your slider, so please make sure to replace with the ID you wish
   to have there.
    Thanks! Have a wonderful day!

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

The topic ‘css padding’ is closed to new replies.

 * ![](https://ps.w.org/slider-wd/assets/icon-256x256.png?rev=2068748)
 * [Slider by 10Web - Responsive Image Slider](https://wordpress.org/plugins/slider-wd/)
 * [Support Threads](https://wordpress.org/support/plugin/slider-wd/)
 * [Active Topics](https://wordpress.org/support/plugin/slider-wd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slider-wd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slider-wd/reviews/)

## Tags

 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 3 replies
 * 2 participants
 * Last reply from: [WD Support](https://wordpress.org/support/users/wdsupport/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/css-padding-4/#post-9527163)
 * Status: resolved