Zen Cart Logo
Forums / General Questions / space between text in sidebox

space between text in sidebox

Locked

Views: 1,310

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Oct 2006, 7:56 AM
#1
aussiewench avatar

aussiewench

New Zenner

Join Date:
Sep 2006
Posts:
36
Plugin Contributions:
0

space between text in sidebox

Hi,

I have searched for the answer, but the answers I have found and tried don't give me the result I need. I have text links in the sidebox headed 'resources' that are more then one line to each link. I need a space between each one. That is, between the first 'US Embassies and Consulates' and the second 'US Citizenship & Immigration Services'. I am thinking from reading one of the many threads, that I need to add some code to the tpl_ezpages.php????? as they are links made with ezypages. If so, I am at a complete loss how to code it so as it gives me that space. I am getting a grasp on CSS and mostly I understand HTML coding, but when I look at php its like looking at DNA. Thanks in advance for any assistance.

http://www.familybasedimmigration.com/

3 Oct 2006, 8:18 AM
#2
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: space between text in sidebox

Try put the following to your stylesheet and tune for your style.

#ezpagesContent li {
background-color: yellow; /* visual help only, remove after tune */ 
padding-top: 0.5em;
padding-bottom: 0.5em;
}

Hope this helps. :smile:

3 Oct 2006, 8:28 AM
#3
aussiewench avatar

aussiewench

New Zenner

Join Date:
Sep 2006
Posts:
36
Plugin Contributions:
0

Re: space between text in sidebox

I was looking into things too much instead of just looking at the stylesheet. Your suggestion worked perfectly. You are an angel, thank you

3 Oct 2006, 8:33 AM
#4
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: space between text in sidebox

You are welcome!
And glad to hear it works for you. :smile:

aussiewench:

I was looking into things too much instead of just looking at the stylesheet.
We almost did the same. :P
However, I am in remote and it is the only option for me and I looked at it first.