• Resolved ChristineB

    (@christineb)


    Since my titles are long, the recent comments and recent posts in the sidebar are several lines long and you can’t tell where they start or end.

    I just searched the css for “comment” but didn’t see anything on recent comments. Did I miss it or do I have to add something? A bullet and a small space between links would be really nice.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Christine

    In style.css, line 102, (div.sidebar ul ul li) you can change how the sidebar lists are displayed.

    If you change list-style-type:none; to list-style-type:disc; it will add bullets to the list items.

    If you want to add some space below, on the same line in style.css, add something like padding-bottom: 4px; and it’ll add a 4 pixel padding to the bottom of every list item.

    Thread Starter ChristineB

    (@christineb)

    Thanks very much!

    I ended up adding margin: 15px; because the bullet was so far to the left, it wasn’t quite visible. For some reason that added a line between posts / comments and I took the padding-bottom: 4px out again. I don’t know much about css, but it looks good now. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding space and/or bullets for recent comments and recent posts’ is closed to new replies.