Support » Fixing WordPress » White Space ABOVE top bar on Desktop only

  • iwanuma

    (@iwanuma)


    This website has numerous problems.

    The first issue I need to fix is the white space ABOVE the top bar on all pages other than the Home Page, when viewed on Desktop (all pages are okay mobile).

    I have read numerous posts about removing the white space, however, none seem to apply to the white space above the top bar.

    Using the ‘inspect’ tool in Chrome doesn’t tell what the element etc is that needs editing. There was a ‘contact form 7’ in the current white space some time ago. I suspect it relates to that. But really I have no idea.

    Any helpful hints, abuse, or laughing emojis welcome.

    Many thanks.

    • This topic was modified 2 years ago by Yui.
    • This topic was modified 2 years ago by Yui. Reason: redundant link(s) deleted

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @iwanuma,

    This white space is due to added margin to the .page class added in the body. you just need to add this CSS to remove that white space.

    .page{
    	margin-top: 0;
    }
    Thread Starter iwanuma

    (@iwanuma)

    Awesome! Problem solved, thanks so much. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Space ABOVE top bar on Desktop only’ is closed to new replies.