• Resolved JoNevin

    (@jonevin)


    Help!

    I am trying to remove the padding around the header on this site

    [please mark any posted code – and for anything over 10 lines, use the pastebin]

    It is set by
    #wrap {
    moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    margin: 25px auto;
    width: 960px;
    padding: 15px;

    }
    This wraps the whole page. I don’t know how I can isolate the header.
    I’ve tried

    #title-area .wrap {
    width:960px;
    margin: 0 auto;
    padding: 0;
    }

    Any ideas would be very welcome!

Viewing 1 replies (of 1 total)
  • Thread Starter JoNevin

    (@jonevin)

    I found the answer to this. So to save time I’ll mark it as resolved.

    Solution.
    Remove padding from wrap.

    Add padding to
    inner and
    footer.

    So easy when you know how!

Viewing 1 replies (of 1 total)

The topic ‘Remove header padding in Genesis Child Theme’ is closed to new replies.