This topic has 6 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #152688
     gfisch
    Participant

    Hello

    I have created a spashpage with revolution slider at http://new.datedick.com.
    I sucessfully removed the header and footer with this CSS

    .page-id-1597 header {
    display: none;
    }

    .page-id-1597 footer {
    display: none;
    }

    How can I get rid of the white space above and below to make the spash pager really full screen?

    Thanks

    Andreas

    #152788
     Laura
    Moderator

    Hello, try using this

    COPY CODE
    
    div#main {
        padding: 0px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #152921
     gfisch
    Participant

    Hi Laura
    hmm – this took away a bit of white space on top. But I would like to cover the page with the slider completely – no whitespace whatsoever on top and at the bottom. See Screenshots. Sorry if I was misleading.

    Regards
    Andreas

    Attachments:
    You must be logged in to view attached files.
    #153061
     Laura
    Moderator

    Hello, try adding this

    COPY CODE
    
    .home-page .article-title {
        display: none !important;
    }
    .home-page #main {
        padding: 0px !important;
    }
    div#rev_slider_10_1_wrapper {
        height: 830px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #153137
     gfisch
    Participant

    Great – that does it. I have to find a way how to make the background dark. But I will ask that over at Revolution Slider. Maybe this is just a setting. I am still learning this plug in. Have a nice day. Great support again. A pleasure to work with you. 🙂

    Regards
    Andreas

    #153138
     gfisch
    Participant

    Actually. I got this CSS from ThemePunch. This removes everything. Just for your info. 🙂

    h2.article-title {
    display: none !important;
    }
    #main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

    #153246
     Laura
    Moderator

    Glad you could resolve it 😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?