Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11740

    Greetings Sakin,

    I am trying to remove the white padding around the left and right sides of my header. Here is my site: http://lakeoswegobaseball.net/

    My image is correctly sized with a width of 1140px, I added the following code with no luck:

    #page, #branding {
    background: none repeat scroll 0 0 rgba(255,255,255,0.8);
    }

    #header-right .widget_search {
    display: none;
    }

    #hgroup-wrap {
    padding: 0;
    }

    #site-logo {
    padding-top: 0;
    }

    #hgroup {
    padding-top: 0;
    }

    #hgroup-wrap {
    padding-bottom: 0;
    }

    Thank you in advance for your help.

    #11741

    Never mind… I figured it out by adding my header under Appearance > Header, and uploaded and cropped my header. I then copied the header URL into the featured image Header under Appearance > Theme Options > Header Featured Image.

    The code I used started working after doing this.

    #11760
    Sakin
    Keymaster
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Left and Right Padding Around Header Image’ is closed to new replies.