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.