Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Padding around logo and search bar removal #8917
    BrianW
    Member

    Oop! Think I solved it — apologies for the dumb question above. To remove white padding on all sides I just did this:

    #hgroup-wrap { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0px; }
    #hgroup-wrap { padding-left: 0px; }
    #hgroup-wrap { padding-right: 0px; }
    in reply to: Padding around logo and search bar removal #8916
    BrianW
    Member

    Hi, I’m also trying to remove the white space around the logo — I want to use a full width header image on the site (www.awesomeenterprise.com)

    I tried using this code:
    #site-logo, hgroup.with-logo { padding-top: 0; }

    But it only removes the padding at the top. How can I get a full-width header image with no white at all?

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