• Resolved ALS Blogger

    (@als-blogger)


    Hi, I replaced the regular header in the Twenty Fourteen theme with a custom one to match my site’s header. I also did some other customization (full width, etc.) I use a child CSS and files to do this. I am stuck with some extra padding between the header and the main content. Try as I might, I can’t figure out how to reduce that space. Any help would be appreciated. Here’s the site: https://als-ny.org/blog/ Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    There are two things that have resulted in the huge gap:

    .masthead-fixed .site-main {
    margin-top: 48px;
    }
    
    .content-area, .content-sidebar {
    padding-top: 72px;
    }

    In custom.css adjust the values above eg:

    .masthead-fixed .site-main {
    margin-top: 0px;
    }
    
    .content-area, .content-sidebar {
    padding-top: 0px;
    }
    Thread Starter ALS Blogger

    (@als-blogger)

    That fixed it. Thanks so much.

    Had the same problem. Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too much space between Header and Main Content’ is closed to new replies.