WHITE SPACE ABOVE SLIDER REVOLUTION - by sushidope

This topic has 6 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow

  • Avatar: sushidope
    sushidope
    Participant
    July 24, 2019 at 10:28

    good morning, I have a problem with my site. the home page must have only one slider, without a footer but keeping the header. same for the mobile version. the slider however does not remain full screen! but leave a space that I can’t remove. attached the link to my site

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 24, 2019 at 10:40

    Hello,

    This is the default bottom padding for the page. If you want to remove it for the home page only add the following custom CSS to page CSS http://prntscr.com/ojbo83

    .content-page, .page-content {
        padding-bottom: 0;
    }

    Regards

    Avatar: sushidope
    sushidope
    Participant
    July 24, 2019 at 10:46

    i’ve already do it before open the topic.
    i’ve tried different css code but nothing work. and still not working.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 24, 2019 at 11:10

    Hello,

    Try to add !important

    .content-page, .page-content {
        padding-bottom: 0 !important;
    }

    Regards

    Avatar: sushidope
    sushidope
    Participant
    July 24, 2019 at 11:12

    work great with !important 🙂
    thanks a lot

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 24, 2019 at 11:24

    You are welcome!

    Regards

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

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

Helpful Topics

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