Cannot reduce width of header image Twenty-ten theme

  • Unknown's avatar

    Hi there,

    As you will see if you check my blog (www.priad.wordpress.com), my header image is too large compared to the rest of the text/columns (it’s too large on the right-hand side). I need it to be maximum 900 pixels wide in order for it to fit the page.

    I have looked through the CSS file for different entries, including #header and #headerimg in order to reduce the width of the header from there, but there doesn’t seem to be such entry at all in the CSS file.

    Does anyone know how to work this out? Many thanks,

    Mat

    Mat

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

  • Unknown's avatar

    This is the quick and dirty way to do it. Given the nature of your image, it will do fine as it clips off 40px of the right end of the image. The real way to fix it is more complex with twenty ten.

    #branding {
    overflow: hidden;
    }
  • Unknown's avatar

    Perfect, thank you so much thesacredpath, greatly appreciate the help!

  • Unknown's avatar
  • The topic ‘Cannot reduce width of header image Twenty-ten theme’ is closed to new replies.