can´t I change the width of my header with css?

  • Unknown's avatar

    hello,

    I change the width of my header theme (ambiru) using this

    #header {
    width:700px;
    }

    then I should be able to upload pictures of that width to my blog, shouldn´t I?

    but when I try, the “crop” option appears and it continues being the original theme width sice (which is 500 px)

    can´t I change it?

    thanks a lot

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

  • Unknown's avatar

    I doubt you can change that.

    However solution is to simply not upload and header via the standard WP.com header system, but instead insert the image directly via the CSS.

    Something like the following would probably work:

    #header {
    width:700px;
    height:120px;
    background:url(http://domain.com/nameofimage.jpg);
    }

    Note that you will also probably need to specify a height like I did in the example above.

  • Unknown's avatar

    Blargh, excuse the poor grammar. I’d edit my post to fix them but I can’t find an edit link to do that.

  • Unknown's avatar

    dear ryanhellyer,

    I love the imagination solutions… your suggestion works so great. don´t worry about the grammar. I have had to resize some other things, but with this trick I´ve been able to resize my header and so do something like adding a second colum to a theme that doesn´t alow a second colum.

    thank you very much for the idea!!
    and so for the code!!!!

  • Unknown's avatar

    Glad to be of help :)

  • The topic ‘can´t I change the width of my header with css?’ is closed to new replies.