• I have a problem. My theme makes the recent comments-widget more or less useless, since there is no space between the lines, or any bullets where new comments appears (since my theme seems to be immune to

    • -tags). If I edit css, everything changes, so if I fix the recent comments with more margin, everything else will look wrong. How do I fix this, since it is important to me? Have tried other plug-ins, but they rarely work, and if they do work, they are faced with the same problem.
    • Help me!

      https://www.equil.net/

      (And if you can’t read my blog, it’s because it’s in Swedish ??

Viewing 1 replies (of 1 total)
  • Hej, Henrik!

    Why not style #recentcomments separately? I took a peek at your site using Firebug and the recent comemnts are being styled based on the #left ul and #left ul li declarations.

    Try something adding like this to style.css:

    #recentcomments li {
    margin:2px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Recent Comments-problem’ is closed to new replies.