Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / EZ-Pages Header Link Spacing

EZ-Pages Header Link Spacing

Locked

Views: 1,017

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
24 Feb 2009, 7:05 PM
#1
tac11 avatar

tac11

New Zenner

Join Date:
Feb 2009
Location:
England
Posts:
25
Plugin Contributions:
0

EZ-Pages Header Link Spacing

Hi, I have searched for hours to try and find the answer to my question but have not been able to.

I want to change the EZ-Pages header link spacing. I know how to change the :: to another image in EZ-Pages Header Link Separator but what I cannot work out how to do is just increase the space between the page titles. So instead of something like Home :: Privacy etc. I want Home a gap Privacy a gap etc.

Sorry if I am missing something obvious - I did try just putting spaces between the *  * but that didn't work. (I tried putting spaces in this post but they didn't show up either hence the orange 'a gap' bit)

Thanks in advance if anyone can help (in very simple speak please)
:blush:

24 Feb 2009, 9:59 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: EZ-Pages Header Link Spacing

link to your site please

24 Feb 2009, 10:06 PM
#3
tac11 avatar

tac11

New Zenner

Join Date:
Feb 2009
Location:
England
Posts:
25
Plugin Contributions:
0

Re: EZ-Pages Header Link Spacing

Hi, I'm not sure if I can do that - I'm working on a Wamp on my PC so I can (hopefully) learn what I'm doing before I upload to my webspace....

25 Feb 2009, 1:07 AM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: EZ-Pages Header Link Spacing

add this to the bottom of your stylesheet.css and see if it works

a:link, #navEZPagesTop ul li {
margin-right:1em;
}

25 Feb 2009, 5:37 PM
#5
tac11 avatar

tac11

New Zenner

Join Date:
Feb 2009
Location:
England
Posts:
25
Plugin Contributions:
0

Re: EZ-Pages Header Link Spacing

THANK YOU! it worked perfectly!