Header Resizing Help

  • I am using the theme GreenChili and am having a very difficult time trying to resize the header to make my image larger. Can someone please help me?

    /*-[ Header ]-----------------------*/
    body > header {
        float: middle;
        width: 100%;
        position: relative;
    }
    .main-header {
        position: relative;
        float: middle;
        width: 100%;
        z-index: 199;
    }
    #header {
        position: relative;
        width: 100%;
        max-width: 920px;
        max-height: 920px;
        margin: 100 auto;
        background-color: #FFF;
        padding: 0 0 0 0%;
        overflow: hidden;
    }
    #header h1, #header h2 {
        font-size: 138px;
        display: block;
        float: left;
        display: inline-block;
        line-height: 50px;
        margin: 30px 0 0;
    }
    #logo a {
        color: #FFFFFF;
        text-transform: uppercase;
    }
    #header #searchform {
        display: inline-block;
        max-width: 250px;
        float: right;
        clear: none;
        padding: 37px 0 !important;
    }
    #header #searchform fieldset { width: 100% }
    #header #searchform label { display: none }
    #searchform #s { background: url(images/search2.png) 7px 7px no-repeat; text-indent: 15%; max-width: 283px;}
    #header #searchform #s {
        border: 1px solid #cccccc;
        width: 95.6%;
    }
    #searchform input { padding: 12px 3% 12px 0;}
    .widget-header {
        float: right;
        max-width: 76%;
        margin-bottom: 12px;
    }

    The blog I need help with is: (visible only to logged in users)

  • There is no such theme here at WordPress.COM.
    http://theme.wordpress.com/themes/green-chili/
    http://theme.wordpress.com/themes/greenchili/

    We provide support only for free hosted WordPress.COM blogs and you are posting to the wrong support forum.

    WordPress.com and WordPress.org are completely separate, have different log-ins and run different versions of themes with same names.

    If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.

  • The topic ‘Header Resizing Help’ is closed to new replies.