Khepera
Member
Posted 2 years ago #
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!
http://www.equil.net/
(And if you can't read my blog, it's because it's in Swedish ;)
jamiegrove
Member
Posted 2 years ago #
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;
}