Notifications
Clear all

wpForo 1.x.x [Solved] Avatars not positioned correctly

5 Posts
2 Users
0 Reactions
1,828 Views
Posts: 3
 john
Topic starter
(@jbishop)
Active Member
Joined: 8 years ago

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
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

This is a theme conflict. Please leave some URL to allow us inspect website CSS.

Posts: 3
 john
Topic starter
(@jbishop)
Active Member
Joined: 8 years ago

Hi Robert,

It is  http://www.choiceandcontrol.directory.

Thanks,

James

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

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;}
Posts: 3
 john
Topic starter
(@jbishop)
Active Member
Joined: 8 years ago

Awesome. Thanks Robert.