Notifications
Clear all

wpForo 1.x.x [Solved] Widget: Avatar size

5 Posts
3 Users
2 Reactions
1,154 Views
Posts: 9
Topic starter
(@ulrikgorm)
Active Member
Joined: 7 years ago

Hi,

I can't seem to get the widget avatars bigger. Where can I do this?

It would be nice if the team could update the widgets with avatar size function 🙂

My site: https://www.neworleanssaints.dk

4 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @ulrikgorm,

You have custom CSS code for avatars, so you should find that code and change the 42px's to whatever you want. Here is that custom code:

You can search it in Forums > Settings > Styles > Custom CSS Code textarea or in Top Admin Bar > Customize > Additional CSS textarea or in your Theme style.css file (Appearance > Edit Theme).

Posts: 9
Topic starter
(@ulrikgorm)
Active Member
Joined: 7 years ago

Thanks, I forgot about that CSS code. 

When I changede it to 80px (wide) and 80 px (height), the the avatar seemed stretched. Is there another setting that I should be mindful of?

1 Reply
Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 992

@ulrikgorm,

Add this CSS as well:

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left {
     width: auto;
}
Posts: 9
Topic starter
(@ulrikgorm)
Active Member
Joined: 7 years ago

That fixed the problem. Thanks. 👍