• Resolved hijack61

    (@hijack61)


    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)
  • Hello, @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

    (@hijack61)

    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

    Hi, @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.