Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
jcleftie:
Hi! Great template, BTW. I came across it by accident - meaning an accident made me have to redo everything from scratch. :oops:
Actually, it was on purpose by my host... :censored: so I've changed hosts and am rebuilding. :frusty:
Anyway, I'm trying to refamiliarize myself with the whole thing... I set the old cart up long ago, and for months was just tweaking and adding products so please forgive me for being a bit rusty with the coding of it all.
I changed the logo and removed the sales text that had your template directions on it, but I can't seem to figure out how to center the logo in the area. Please don't tell me it is as simple as adding another define in header.php.... :P
I tried looking to see if anyone else had asked a similar question, but I couldn't seem to find it. TIA!!
That would be done in the css,
#logo {
text-align:center;
margin:0 auto;}