Totally Zenned
- Join Date:
- May 2007
- Location:
- SW Florida
- Posts:
- 1,062
- Plugin Contributions:
- 1
Cherry Zen Template Support Thread
Stuff4Toys:
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
#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 ><>