Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Preselect Avatars from PremiumPress too big

3 Posts
2 Users
0 Reactions
871 Views
Posts: 2
Topic starter
(@marcs)
New Member
Joined: 3 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 3 years ago

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

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