Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

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

5 Posts
3 Users
2 Reactions
1,750 Views
Posts: 9
Topic starter
(@ulrikgorm)
Active Member
Joined: 8 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: 10600
Admin
(@robert)
Support Team
Joined: 10 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: 8 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: 9 years ago

Support Team
Posts: 991

@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: 8 years ago

That fixed the problem. Thanks. 👍