• Resolved roxaman300

    (@roxaman300)


    Hi all, there seems to be a big white space at the top of my page that I cannot remove and I was wondering if anyone could help. ??

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @roxaman300

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media only screen and (min-width: 768px)
    .site-header {
    margin: 0;
    padding: 3rem 0;
    margin-top: -67px;
    }
    }

    Thanx.

    Hi!
    @snehalb890 That would move up the featured image too… (and be careful, because there is curly brace missing)

    @roxaman300 I did the following, and it keeps the featured image in the same place:
    @media only screen and (min-width: 768px) {
    .site-branding-container {
    margin-top:-40px;
    }
    }

    I hope this helps!

    Thread Starter roxaman300

    (@roxaman300)

    Thanks for the responses @snehalb890 and @lalyry. The problem is now fixed! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White Space At Top Of Page’ is closed to new replies.