Anytime Kunena is update the avatars or oversized. this is a known issue and can be corrected here, add the line in red. Currently it is set at 125px
komponents / com_kunena / template / default_ex / kunena.forum.css
line 735
add red colored text #Kunena span.fb_avatar img {
border:1px solid #BFC3C6;
margin:5px;
max-width:150px;
padding:1px;
}
------------------------------------
komponents / com_kunena / template / default_ex / kunena.forum.css
line 735
add red colored text #Kunena span.fb_avatar img {
border:1px solid #BFC3C6;
margin:5px;
max-width:150px;
padding:1px;
}
------------------------------------