AI Search
Classic Search
Notifications
Clear all
4 Replies
Apr 17, 2017 11: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 18, 2017 12:52 am
It seems your theme affects it and sets incorrect position. Please try this CSS code:
#wpforo #wpforo-wrap .avatar{position: relative !important;}
Apr 18, 2017 1:54 am
It doesn't work. But you're right, I will ask to my theme support to help me on this. Thank you.