Minimize Gap In Recent Comments Widget
-
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.
-
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.
-
- The topic ‘Minimize Gap In Recent Comments Widget’ is closed to new replies.