Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2982
    drchoate
    Member

    Is there a way to be able to use a header image that takes up the entire header area? I want no white space in the ~1000 x 175 header area.

    Thanks!

    #3001
    Sakin
    Keymaster

    @drchoate: Yes you can do that. First upload large image as the header image and then add the following CSS in “Custom CSS” in your Theme Options under Appearance tab in your WordPress dashboard.

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

    Note: When you add any question please add in your site url.

    #3008
    drchoate
    Member

    That did it, Thank You!

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