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.
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
Yes for anyone wondering I fixed it by adding following code to the CSS:
#wpforo #wpforo-wrap img{
max-width: 100%;}