spadez
06-09-2008, 03:39 PM
Hey,
Ive just installed wordpress and a custom style but i am stuck trying to work out the best way to make an alteration. Im trying to put the logo on the right of the page and move the Spadez text where the logo was originally, as shown below:
Top = Before |||| Bottom = After
http://img389.imageshack.us/img389/1426/helpcz4.jpg
HTML:
<div id="header">
<div class="logo"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></div>
</div>
CSS:
#header .logo
{
background: url(images/logo.jpg) no-repeat;
vertical-align: middle;
padding-left: 70px;
padding-top: 20px;
font-size: 40px;
height: 90px;
}
Link: www.spadez.co.uk
Thank you for any help you can give!
James
Ive just installed wordpress and a custom style but i am stuck trying to work out the best way to make an alteration. Im trying to put the logo on the right of the page and move the Spadez text where the logo was originally, as shown below:
Top = Before |||| Bottom = After
http://img389.imageshack.us/img389/1426/helpcz4.jpg
HTML:
<div id="header">
<div class="logo"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></div>
</div>
CSS:
#header .logo
{
background: url(images/logo.jpg) no-repeat;
vertical-align: middle;
padding-left: 70px;
padding-top: 20px;
font-size: 40px;
height: 90px;
}
Link: www.spadez.co.uk
Thank you for any help you can give!
James