Topic: changing gravatar default size

No matter what I try, when using the gravatar option on (to display members that have not bothered to upload image), the image always shows at 60x60.   I can't figure out how to make it bigger so the text information I'm showin doesn't wrap under the pic due to the small height.

I've tried modifying the member-list.css file which does change the image size if someone DOES upload a picture, but for the default gravatar it pulls, it always shows 60x60 only and I can't figure out how to increase it!

Re: changing gravatar default size

Figured it out, changed the :  60 in the following to 80 or 90

$s .= '<div class="tern_wp_member_gravatar">'."\n        ".get_avatar($u->ID,60)."\n    ".'</div>'."\n    ";

Re: changing gravatar default size

Excellent. Good post!