AI Search
Classic Search
Notifications
Clear all
Jan 11, 2018 4:55 pm
Hi, I' want to know how to increase the size of the avatar

3 Replies
Jan 11, 2018 7:36 pm
You can use this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it delete all caches and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar {
width: 100px; max-height: 100px;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar {
max-height: 100px; max-width: 100px;
}
Jan 12, 2018 1:26 am
Just don't make it more than the left section. I can't support full restriction of post layout. You should find some CSS specialist for deep customization.

