Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35628
    edwardian57
    Member

    I want to remove the white space surrounding my image and utilize the full size of the header. In another forum, it was suggested using the following code in the Custom CSS box:

    #branding hgroup {
    margin: 0;
    padding: 0;
    }

    No luck on my part, what am I missing?
    site: http://www.kentheprojectman.com

    Thanks,

    E.

    #35667
    Sakin
    Keymaster

    @edwardian57: Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-content { margin: 0; }

    #35672
    edwardian57
    Member

    Thanks, it worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Header Whitespace…’ is closed to new replies.