Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    I think you can find the solution in this post

    CSS code to add in Custom CSS:

    #wrapper .header-content {padding-bottom: 0; padding-top: 0;}

    Hope it helps you!

    Thread Starter kda406

    (@kda406)

    @onsf – What you posted gets rid of the white space on top and bottom. I tried just padding: 0; and a big white area remained on the right, even though the image is the suggested 1012 pixels wide. I “got lucky” because the graphic I was given has a white area on the left. So I was able to do this to move the image right and make it look acceptable on the site:
    #wrapper .header-content {padding: 0px; float: right;}
    Not being able to get rid of the white space in the theme and with CSS makes me feel like this is a flaw in the theme design. If the graphic is the correct size, then it should work with the page and not have a big white margin around it. Thanks for the suggestion, it helps.
    Thanks,
    Kyle

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

The topic ‘Remove whitespace Header Logo’ is closed to new replies.