• Hi: I tried to change the size of the header photo, but it didn’t behave. So I changed the width back to the original size of 770. But now, even though I changed it back, it only goes about 3/4 across the screen. Anyone know how to fix this?
    Thanks!

Viewing 1 replies (of 1 total)
  • wildmare, I am not sure that I fully understand what you are trying to do, I am also running WordPress with the Cutline theme. My random headers are 975X150.

    Although you changed the weight your photo, you might also want to change the width/height size within your “cutline theme”/header.php. Example:

    <div id=”header_img”>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_<?php echo(rand(2,28)); ?>.jpg” width=”975″ height=”150″ alt=”<?php bloginfo(‘name’); ?> random header image” />
    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘Cutline header photo’ is closed to new replies.