• Resolved alexmoody1

    (@alexmoody1)


    Hello πŸ™‚

    Does anyone can help me with this little problem?
    I’m trying to get rid of the white blank space between my header and footer on my home-page..

    Thanks in advance.
    Yours,

    Alex

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean between header and footer? That’s the main content.

    Thread Starter alexmoody1

    (@alexmoody1)

    Thanks for your answer, Andrew.
    Yes, that’s correct.

    Due to the non existing “main content” on this particular page, I’d like to remove this white space reserved for the main content. Is this possible?

    I just want the hero/header to be followed straight by the contact-section without empty space.

    Yours,
    Alex

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the “Additional CSS” section of the dashboard add this:

    
    .home .main-content-background {
        display: none;
    }
    

    https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Thread Starter alexmoody1

    (@alexmoody1)

    Great, this works perfectly.
    Thank you very much, Andrew. πŸ™‚

    #solved

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

The topic ‘Remove white space between Header & Footer’ is closed to new replies.