Zen Cart Logo

divider in header

Views: 737

Results 1 to 8 of 8
8 Feb 2012, 8:55 PM
#1
zcadqliv avatar

zcadqliv

New Zenner

Join Date:
Jan 2011
Posts:
69
Plugin Contributions:
0

divider in header

Not sure why I can't figure this out, but does anyone know how to remove a divider between the "currencies" and "languages" sections in the header? Is it template specific? Thanks!
http://www.glimm_erdog.com

9 Feb 2012, 12:34 AM
#2
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: divider in header

Site isn't loading.

9 Feb 2012, 12:47 AM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: divider in header

You have to remove the _ to get it to come up correctly.

9 Feb 2012, 1:52 PM
#4
zcadqliv avatar

zcadqliv

New Zenner

Join Date:
Jan 2011
Posts:
69
Plugin Contributions:
0

Re: divider in header

Does anybody know? Thanks.

9 Feb 2012, 3:07 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: divider in header

I don't see currencies or languages in your header.

9 Feb 2012, 3:27 PM
#6
zcadqliv avatar

zcadqliv

New Zenner

Join Date:
Jan 2011
Posts:
69
Plugin Contributions:
0

Re: divider in header

I took them out and replaced them. I still have the divider there though. Directly to the left of the Google +1 button. Thanks.

9 Feb 2012, 3:28 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: divider in header

I had to search your view source to find the nav_currencies and nav_language comments around the social media links before knowing what you actually wanted, as there are no currency or language elements visible in your header. (There are also no currency or language elements anywhere in a stock Zen Cart header, so not only is it template-specific, yours has been significantly modified from your original custom template.)

Anyway, the divider is a border which you can eliminate here:

stylesheet_handheld.css (line 354)

#navCurrenciesWrapper .nav_currencies {
border-left: 1px solid #D2D2D2;
float: left;
margin-top: 8px;
padding: 0 15px;
}

9 Feb 2012, 3:37 PM
#8
zcadqliv avatar

zcadqliv

New Zenner

Join Date:
Jan 2011
Posts:
69
Plugin Contributions:
0

Re: divider in header

Thank you!! I did try that, but must have done something wrong. I can do it now that I know. Sorry to make it difficult, I should have stated I did that.

Appreciate it!