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,
As you can see in attached file, the members avatar on member page, are displaying weirdly. I tried margins, but then it changes with screen size.
How can I fix this please ?
Thank you !
I tried to add a position : relative; in css of wpforo, and with debug tool it works fine. But it doesn't work when I do it in the css file, it must be overwritten somewhere...
It seems your theme affects it and sets incorrect position. Please try this CSS code:
#wpforo #wpforo-wrap .avatar{position: relative !important;}
It doesn't work. But you're right, I will ask to my theme support to help me on this. Thank you.