Notifications
Clear all

wpForo 1.x.x [Closed] Some Avatars Appear squashed

5 Posts
2 Users
1 Likes
1,798 Views
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

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.

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

Hi Robert, followed your instructions unfortunately it made no difference to the members who had misshapen avatars.

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

Tried with the second statement

cleared cache, then ctrl&F5

..................it worked 😎 

Excellent! Once again you're a star Robert.