Zen Cart Logo
Forums / Addon Templates / Clean Business Template

Clean Business Template

Locked

Views: 2,585

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Apr 2008, 2:46 PM
#1
samortensen avatar

samortensen

New Zenner

Join Date:
Jan 2008
Location:
Minnesota
Posts:
87
Plugin Contributions:
0

Clean Business Template

I was hoping that some of you more versed in php code and Zen could take a look at my problem and hopefully give me some pointers. I have been banging my head against my monitor for over a week now on this and I can't seem to make heads nor tails of why it won't portray right - its probably very simple - but I'm not seeing it.

If you look at the following site (sorry - not live - working on a demo site for my live site.) KnotnBauble Demo you will see at the top how the banner header slips behind the logo area? I have tried several different css codes to get it to portray properly even tried to clear the ez pages nav thing, but that made the body slip up into the header...

Could someone please take a look and see if you can help me? I have ads going live in the newspapers tomorrow and I wanted to have this template in place by then...:no:

I would appreciate any help I can get! Thanks a Ton!

26 Apr 2008, 3:11 PM
#2
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Clean Business Template

A fix with out CSS or PHP would be to increase the width of the banner to 900 px and right shift the text.

26 Apr 2008, 3:18 PM
#3
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,769
Plugin Contributions:
9

Re: Clean Business Template

Or...
Change the background-position call in the stylesheet for #headerWrapper to:
background-position: right top;

Should be somewhere around line 184 in stylesheet.css

26 Apr 2008, 3:21 PM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,769
Plugin Contributions:
9

Re: Clean Business Template

The resulting dark line above "Your source for Quality..." is actually in the image itself. Taking that out might help the overall look.

26 Apr 2008, 3:32 PM
#5
samortensen avatar

samortensen

New Zenner

Join Date:
Jan 2008
Location:
Minnesota
Posts:
87
Plugin Contributions:
0

Re: Clean Business Template

dbltoe! Awesome! That totally fixed it. I knew it was something simple. Thank you!

And, yes, you are correct, removing that line would make it look better, I will get to that as soon as my Corel program stops freezing up on me. Grrr!

Thank you guys so much for your help. I should have asked sooner - but I thought for sure I could get this figured out.

26 Apr 2008, 3:54 PM
#6
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,769
Plugin Contributions:
9

Re: Clean Business Template

Glad it worked for you.

Might want to get a copy of firefox with two addons. Firebug and HTML Validator. You'll find them invaluable in ferreting out the little gremlins.