Apr 17, 2017 3:01 pm
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 !
4 Replies
Apr 17, 2017 7:06 pm
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...
Apr 17, 2017 8:52 pm
It seems your theme affects it and sets incorrect position. Please try this CSS code:
#wpforo #wpforo-wrap .avatar{position: relative !important;}
Apr 17, 2017 9:54 pm
It doesn't work. But you're right, I will ask to my theme support to help me on this. Thank you.