Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding a second logo on the right

Adding a second logo on the right

Locked

Views: 1,326

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Sep 2008, 7:52 PM
#1
spikeycactus avatar

spikeycactus

New Zenner

Join Date:
Sep 2008
Posts:
72
Plugin Contributions:
0

Adding a second logo on the right

hello, i was wandering if somebody could show me how to add a second logo on the right of the header. There is one on the left, but im wanting to put some writing in the top right hand corner.
Any ideas?
thanks

22 Sep 2008, 9:31 PM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Adding a second logo on the right

Move tagline to header,as an image, via tpl_header.php then use stylesheet to position
i.e.

#tagline {
 color:#404040;
 font-size: 1.2em;
 font-weight: bold;
 padding-right:5px;
 padding-top: 40px;
 text-align: right;
 }