Forums

[resolved] Adding space and/or bullets for recent comments and recent posts (3 posts)

  1. ChristineB
    Member
    Posted 1 year ago #

    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!

  2. chrismou
    Member
    Posted 1 year ago #

    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.

  3. ChristineB
    Member
    Posted 1 year ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic