[Resolved] Can't remove spacing between header and top of screen (not content)

Home Forums Support [Resolved] Can't remove spacing between header and top of screen (not content)

Home Forums Support Can't remove spacing between header and top of screen (not content)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #528652
    Robin

    I am trying to remove the space between the top of my header and the top of the browser. See image here.

    TIA

    Robin

    #528824
    Leo
    Staff
    Customer Support

    Hi there,

    Do have this CSS added somewhere?

    .header-widget {
        float: none;
        width: 550px;
        max-width: 100%;
        display: inline-block;
    }

    It’s causing the issue.

    If not, try #1 here: https://docs.generatepress.com/article/debugging-tips/

    #528942
    Robin

    Ahhh, that was it. I just removed the above code and it worked. You’re a star.

    Many thanks Leo, for all your help. Have a good weekend.

    Best

    Robin

    #529208
    Leo
    Staff
    Customer Support

    No problem! You as well 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.