The recent comments widget in my sidebar has a rather large gap between the avatar and the author's name. Is there a way to decrease that gap? It seems that styling of the recent comments widget is controlled by internal css put in the source code by WordPress, so I'm not sure if further styling is possible.
Need help? Check out our Support site, then
Minimize Gap In Recent Comments Widget
-
-
Try something like this:
[sourcecode language='css']
#recent-comments td {
margin:0;
padding:1px;
}
[/sourcecode] -
Okay, I don't know why that didn't work. Ignore the bracketed mumbo-jumbo and try out the CSS.
-
Thanks so much, konservo! That worked like a charm.
Topic Closed
This topic has been closed to new replies.