Notifications
Clear all

[Solved] Preselect Avatars from PremiumPress too big

3 Posts
2 Users
0 Likes
487 Views
Posts: 2
Topic starter
(@marcs)
New Member
Joined: 2 years ago

Hi, I am using WPForo as a forum to my directory website which is using PremiumPress. I noticed that users with no custom profile picture are automatically getting a premiumpress avatar. In the forum this avatar image is way too big and covers the post.

Has any1 experienced something similar or knows a quick CSS solution to this?

I attached an image of my problem below.

Thanks in advance!

Best regards
Marc

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

I see it's fixed: https://womoforum.com/forum/forenregeln%f0%9f%9a%90/testbeitrag-zum-finden-des-edit-buttons/

Posts: 2
Topic starter
(@marcs)
New Member
Joined: 2 years ago

Yes for anyone wondering I fixed it by adding following code to the CSS:

#wpforo #wpforo-wrap img{
max-width: 100%;}