Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    36
    Plugin Contributions
    0

    Default 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/

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: space between text in sidebox

    Try put the following to your stylesheet and tune for your style.
    Code:
    #ezpagesContent li {
    background-color: yellow; /* visual help only, remove after tune */ 
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    }
    Hope this helps.
    A New Starter again

  3. #3
    Join Date
    Sep 2006
    Posts
    36
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: space between text in sidebox

    You are welcome!
    And glad to hear it works for you.
    Quote Originally Posted by aussiewench
    I was looking into things too much instead of just looking at the stylesheet.
    We almost did the same.
    However, I am in remote and it is the only option for me and I looked at it first.
    A New Starter again

 

 

Similar Threads

  1. Decrease space between each sidebox
    By wilson_li in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 27 Jul 2011, 07:46 PM
  2. space between items in sidebox
    By finlander in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 19 Nov 2010, 09:52 AM
  3. Increasing space between sidebox items
    By HandcraftedUK in forum General Questions
    Replies: 0
    Last Post: 15 Oct 2006, 01:55 PM
  4. Increasing space between items in sidebox
    By HandcraftedUK in forum General Questions
    Replies: 2
    Last Post: 15 Oct 2006, 01:17 AM
  5. Adding a space in between sidebox entries
    By mcsilvio in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Aug 2006, 09:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg