Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with header (moving links below logo)

Help with header (moving links below logo)

Locked

Views: 717

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Jun 2010, 1:24 AM
#1
keezee avatar

keezee

New Zenner

Join Date:
Jun 2010
Posts:
38
Plugin Contributions:
0

Help with header (moving links below logo)

Hello all,

This forum has been a great deal of help to me so far, thanks to the many folks that have helped!

I have run into a snag that I believe will be easy to fix, but none of my searches will turn up anything relevant so far.

I have an extended logo (700 px+) which is being offset by the links in my header. It doesn't happen until a user logs in or has an item in the cart. Once they do, and the relevant links become visible (cart, my account, etc.) this will offset and kind of 'bury' my logo.

I have not been able to fix this, but I have tried editing some things in the header.

I am running v1.3.9d and my test site is up at:

http://www.betheecclesia.com/zencart

An example of what I am trying to do is this:

http://osc.template-help.com/free_zen_cart_template/

I would like the general links to appear under the normal header info, but as I understand it, those links ARE a part of the header.

I appreciate the time in advance!

Thank you!

18 Jun 2010, 2:10 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Help with header (moving links below logo)

Hard to say with the template you have. Your .header-link is in the css twice, your complete wrapper-menu does not seem to be doing anything.

You could remove the float: right; from the header-link (just one of them:P) and remove the padding. That would slide the links to the top with the image underneath.

That's a css answer.

You could also edit the appropriate tpl file to move the header-link outside the row-header into the headerWrapper before the row-search and put only float: right; in the css.

In my opinion, templates like this are :censored:

20 Jun 2010, 8:25 PM
#3
keezee avatar

keezee

New Zenner

Join Date:
Jun 2010
Posts:
38
Plugin Contributions:
0

Re: Help with header (moving links below logo)

Anyone else?

Still having issues with this.

Thanks!