Jan 11, 2018 12:55 pm
Hi, I' want to know how to increase the size of the avatar
3 Replies
Jan 11, 2018 3: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 11, 2018 9:26 pm
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.