Quote Originally Posted by Stuff4Toys View Post
Cut in two pieces, I can add a new class for logo2 in the stylesheet and the tpl_header.php then the negative margin for the second part.

Jade, your a genius!
JOhn ><>
So if I take
Code:
 
#logoWrapper {
 width:auto;
}
#logo {
 float:left;
 padding-left:15px;
 text-align:center;
}
#logo2 {
 float:left;
 margin-top:-45px;
 text-align:center;
}
Is that the correct style code to use?
JOhn ><>