Align it how?
moving the logo to the left and down slightly...I guess using padding in #logowrapper?


Lower starting after the logo? After the Tee shirts link?
all text body lower including the tee shirt link... but now after moving the (home: log-in) links, I guess I need to lower those as well.


Open up includes/templates/simple_zen/common/tpl_header.php and move the #navmainwrapper sectin below the logo. As far as "in addition to main links pointing to the rest of my site", I don't understand what you want to do there.
thank you!...that worked....main links meaning a menu bar... I can probably add (home: log-in) links into the menu bar...so my question is...how can I add more links to that set of links (home: log-in) to basically make it my menu bar?



includes/languages/english/meta_tags.php
thank you again!..of course I'm leaving proper credits to zen cart.


Choose "view source" in your browser, see what id or class is nearest to the text you want to change, then in your stylesheet, apply the font to ONLY that tag. So if you want to change the font for the Home link in the footer, change the font for #navSuppWrapper
I might have to get a third party source viewer for IE to do that....thanks for that idea...will make the job a lot easier.


Those can be affected by the "legend" tag in css:

legend {color:#ffffff}

Though I think IE forces blue, don't know if the above will work in IE or not.
ahh thanks! that worked...and applying the desired color in css made it perfect.


I also want to thank you for you prompt responses to my questions... did I mention that your awesome too?