• Hey Guys,

    I want the Header on my word press page to be positioned at the very top of the browser, so there is no space and no background is shown.

    Here is my wordpress site: https://www.zombiebmx.com/blog/

    I can for the life of me figure out how to remove this spacing.

    Does anyone know how this can be done?

    Thank you for your help
    – Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open header.php, and remove <br /> right after the <body> and add this lines in style.css

    h1#logo{
     margin: 0px;
    }

    Thread Starter MikeZ

    (@mikez)

    Hi Reuben,

    It worked perfectly, thank you very much for your help.

    Regards
    -Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing spacing from top of page..’ is closed to new replies.