Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi,
On the side-bar recent posts/topics some members avatars are appearing squashed (see attached).
Rather than being round they take on an oval appearance some worse that others. Is there a reason for this and is there a way to stop it from happening.
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in CUstom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on forum front:
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{
    width:3vw; height:3vw; max-width:3vw;
}
Hi Robert, followed your instructions unfortunately it made no difference to the members who had misshapen avatars.
I think You didn't delete cache properly. Also you didn't do Ctrl+F5 on forum front. In any case You can add !important statement to this CSS:
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{
    width:3vw!important; height:3vw!important; max-width:3vw!important;
}
Tried with the second statement
cleared cache, then ctrl&F5
..................it worked 😎Â
Excellent! Once again you're a star Robert.