Blank space under header image

  • Author
    Posts
  • #124855

    I don’t know when it happened but now on my website, there is a space between the bottom of the header image and the top of the menu buttons that looks bad. It could have been a wordpress update, or maybe when I updated PHP. How can I remove this?

    You can see it at https://www.allans-stuff.com

    Thanks!

    Website: www.allans-stuff.com

    #125610
    Zed
    Cryout Creations mastermind

    Hi,

    That spacing is part of the theme’s design and should have always been there.
    If you do want it removed, use the following CSS:

    body #access {
        margin-top: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #125659

    LOL, So it was. My mistake. I hate getting old but I hate the alternative worse. Thanks for your help! I used your code to remove a little of the spacing.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Blank space under header image’ is closed to new replies.