White space under header

  • Unknown's avatar

    Could anyone explain how i can get rid of the large white space under the menu/header before the page title and also between the page title and my content? Many thanks in advance for any tips.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    It looks like around the main header title there is CSS like this:


    @media
    screen and (min-width: 768px)
    .entry-header {
    padding: 72px 0;
    }

    This means that on screens that are at least 768px (probably laptop / desktops) it will put 72px padding above and below that entry header.

    You could copy and paste this same CSS code into your Theme Customize > CSS and change the 72px to a much smaller number (maybe 30px) and that should help

    Let me know if that works

  • The topic ‘White space under header’ is closed to new replies.