Aug 15, 2022 3:07 pm
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
Aug 15, 2022 4:21 pm
Aug 15, 2022 6:24 pm
Yes for anyone wondering I fixed it by adding following code to the CSS:
#wpforo #wpforo-wrap img{
max-width: 100%;}