Only want biggest images on black letterhead blog

  • Unknown's avatar

    I have Black letter head blog and would like to increase the area for my images as big as I can get them. Is there a way to change the size of my header also ? Header size is currently 750 x 200. I have upgraded for CSS customization.

  • Unknown's avatar

    The link in your username is messed up – you have a / instead of a . I think you are referring to this blog http://sheilamckayphotography.wordpress.com/

    Are you familiar with CSS? Are you aware that there is no official support for it and that only a few people here are well versed in it?

    As for changing the width – that can be done. You would need to increase it here for the whole page:

    #page {
    background-color:#000;
    border:2px solid #959596;
    text-align:left;
    width:760px;
    margin:20px auto;
    padding:0;
    }

    And here for the posting column:

    .widecolumn {
    line-height:1.6em;
    width:450px;
    margin:5px 0 0 150px;
    padding:10px 0 20px;
    }

    Once you decide how wide you want it to be, you will need to upload a new header and then reference it in the CSS (the upload header thing won’t work).

  • The topic ‘Only want biggest images on black letterhead blog’ is closed to new replies.