Gap after Revolution Slider - by David Henry

This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: David Henry
    David Henry
    Participant
    July 11, 2018 at 18:18

    Hi there,

    I see a gab after Revolution slider that I don’t know how to get rid of, it’s being caused by this css:

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
        margin-bottom: 35px;
    }

    I don’t simply want to change 35px to 0px as this is probably there for a reason, what’s a better way to get rid of the gap?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:21

    Hello,

    There is default margin http://prntscr.com/k5hkc4 To remove it you can add this code in Custom css for page http://prntscr.com/k5hloj

    .wpb_revslider_element {
        margin-bottom: 0px;
    }

    Regards

    Avatar: David Henry
    David Henry
    Participant
    July 12, 2018 at 13:13

    that didn’t work but this did…

    .wpb_revslider_element {
        margin-bottom: 0px!important;
    }
    

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 13:22

    Ok.
    You’re welcome.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.