Oct 01, 2016 1:12 am
The avatars are incorrectly positioned on the various forum pages (see attached images). Is this a theme problem? If so, does anyone have suggestions as a first step to fixing it? Thanks.
4 Replies
Oct 01, 2016 12:06 pm
This is a theme conflict. Please leave some URL to allow us inspect website CSS.
Oct 02, 2016 6:46 am
Please navigate in Dashboard to Forums > Settings > Styles Tab and put this code in Custom CSS Code textarea:
.avatar{position: inherit!important;}
#wpforo #wpforo-wrap h3{margin-bottom: 1px !important;}
Oct 02, 2016 8:14 am
Awesome. Thanks Robert.