Im sure you can.
Post a link to your blog and tell me what you want moved and to where.
http://hilaryhughes.com/
I’d just like the tag line to be the size of the name of the blog and vice-versa.
I would really appreciate the instructions on how to do this myself.
Cheers!
Hilary.
Open header.php in Appearance Editor.
Find something that looks like this below
<div class="description"><?php bloginfo('description'); ?></div>
change to
<h1"><?php bloginfo('description'); ?></h1>
The code
<?php bloginfo('description'); ?>
might be different. Just keep that middle part the way it is on your site. Basically your changing the div class to H1 tags.
I’ll check it out. Thanks for that.
Hilary