Hi there,
Thanks for the question, I’m happy to help!
In the default widget settings, there is currently no way to modify the size of the avatar in the settings, as you’ve found. We don’t intend to modify this at this time, but there’s some good news:
- You could modify the widget with CSS by targeting the avatar class
- Or you could use the shortcode to render Better Recent Comments, which gives you access ot the avatar_size option
For example, this will show the comments with a much larger avatar:
[better_recent_comments number="15" date_format="F j, Y" format="{avatar} {author} on {post}: “{comment}” {date}" avatar_size="150"]
Where you can change the 150 value to fit your preferred size.
So while CSS might work, I’d recommend switching to the shortcode and using these values to generate the larger avatar.
Let me know if you have any questions!
Cheers,
Ian