Forums

how to add line space between links on blogroll (3 posts)

  1. Stingraynut
    Member
    Posted 2 years ago #

    I'm using the LINKS widget to display some Products and model numbers, so that they can be altered by someone with no html experience.

    I have an image logo and some model numbers after it, all working fine, but I need a line space before the next link displays, which is another logo and model numbers.

    Here is the code thats shows on the displayed page `

    <!------------------------------------------------------------->
    `

    I can alter the class xoxo and/or blogroll but only change the font colour.

    margin-top:1em; doesn't work
    as a test so that I will see when it works I am using margin:50px;

    I have tried
    ul.blogroll
    .blogroll ul li

    and about ten other ways to identify the li's created under the class blogroll - I don't know what the class xoxo does but have tried all my variations on it as well.

    I am using a test site just to work on this problem, not the site it will eventually be used on. This test site will be constantly changing as I experiment with this problem and others
    (a href="http://cyclonekit.com/test/">

    The links widget is titled Product Links. The stylesheet doesn't mention blogroll or xoxo so they must be somewhere else and I can only guess they are loaded AFTER the stylesheet?

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    #widgetbox .widget_links ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    }
  3. Stingraynut
    Member
    Posted 2 years ago #

    Thanks alchymyth- worked perfectly - I was barking up the wrong tree with blogroll,

Topic Closed

This topic has been closed to new replies.

About this Topic