Changing Location of Blog Name
-
Below is part of what is in my header.php file. I would like to change the location of the blog name, it’s a big too low on the page. How would I go about doing that?
<div class="top"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a><span style="display: inline; padding: 0 0 0 160px;"><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/home.gif" alt="Home" title="Home" /></a> <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.gif" alt="RSS Feed" title="RSS Feed" />
- The topic ‘Changing Location of Blog Name’ is closed to new replies.