Would like to change the header image of the remix theme to span the entire top of the page rather then being only 500 pix's wide. Since I am a newbie at Wordpress (however understand html). Looking for someone to point me in the right direction. Thanks in advance, Joe...
Change Header Image to span page
(2 posts) (2 voices)-
Posted 5 months ago #
-
Open the "header.php" file and look for the following block of code (change it to what you like):
<div class="clearfloat"> <div id="logo" class="left"> <a href="<?php echo get_option('home'); ?>/"><img src="<?php echo get_option('home'); ?>/wp-content/themes/infinity-remix/images/logo.png" alt="" /></a> </div> <div class="header_right"> <div id="header_subscribe"> <a href="<?php bloginfo('rss_url'); ?>"><img src="<?php echo bloginfo('template_directory'); ?>/images/rss_icon_blue_32.png" alt="Rss icon" /></a> <a href="#"><img src="<?php echo bloginfo('template_directory'); ?>/images/mailbox_icon_32.png" alt="Mail icon" /></a> </div> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> </div>Posted 5 months ago #
Reply
You must log in to post.