• Resolved talgrlgraphic

    (@talgrlgraphic)


    I’d like to be able to get rid of the white space below my sticky menu and the video header. I figured out a way to reduce it from another answer in the forum, but I’d like to eliminate it altogether. Here is a screen grab so you can see what I mean:

    /Users/leigh1/Desktop/Screen Shot 2017-12-04 at 4.26.09 PM.png

    Thank you, Leigh

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

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Would you be able to remove these styles first:

    
    .page-one-column .panel-content .wrap {
        ...
        margin-top: -40px;
    }
    
    .page #content {
        padding-top: 13px !important;
    }
    

    Then add:

    
    #content .wrap {
        padding-top: 0;
    }
    

    The rest of the space is down to your slider.

    Thread Starter talgrlgraphic

    (@talgrlgraphic)

    Thank you, Andrew, but still have white space showing. See here:

    https://836.50b.myftpupload.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php

    This page has a slider and I went ahead and changed the background color, so that you can see the white space between the menu and the rest of the page.

    Any way to get rid of the white?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this too:

    
    .site-branding {
        padding: 0;
    }
    
    Thread Starter talgrlgraphic

    (@talgrlgraphic)

    Ha! Well, that got rid of it, but you can still see some of it behind the transparency of the menu. PLUS, the video on the home page (and other media on other menu pages) is under the menu, which doesn’t work.

    I tried changing the “padding: 0; to 1, 2, etc., but those numbers add back the same amount that was there originally.

    So, instead of eliminating the white, is there any way to change it to the background color that I want??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry try this instead:

    
    .site-branding {
        padding: 2.1em;
    }
    
    Thread Starter talgrlgraphic

    (@talgrlgraphic)

    Andrew, you’re a genius! I can’t thank you enough!! This is perfect.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘eliminating header space in twenty seventeen’ is closed to new replies.