• Is there a way to add verticle space between items in the sidebar? My Categories, Blogroll, etc. are more bunched together than I’d like, and I just wanted to add some more space between them.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s all sorts of ways. Do you have a link so those up to the challenge can make specific suggestions?

    Thread Starter niccolls

    (@niccolls)

    http://www.fibro-myalgia.com/fibroblog/

    Down on the right, below the Adsense. I am wanting to add some more items such as “Recently Posted” and “Syndicate” but I am wanting to add a full space between them. Similar to what a <br><br> would do in HTML.

    You could add a margin-bottom property to this declaration in your style.css:

    #nav ul li

    Something like:

    margin-bottom: 20px;

    may do for you. Just note this will affect list nesting, so you should also hit:

    #nav ul ul li

    and return the margin-bottom property to zero in it:

    margin-bottom: 0;

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding verticle space in the side bar’ is closed to new replies.