Notifications
Clear all

wpForo 1.x.x [Closed] How to increase display avatar size?

2 Posts
2 Users
0 Reactions
2,193 Views
Posts: 2
Topic starter
(@gustavolws)
Active Member
Joined: 6 years ago

Hi, I'd like to know how to increase display avatar size. Thank you

1 Reply
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @gustavolws,

Please navigate to Dashboard > Forums > Styles admin page put the following CSS code in "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on frontend. 

#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-avatar{
margin-bottom: 22px;
}
#wpforo #wpforo-wrap .wpforo-post .wpf-left .avatar{
width: 100px;
max-height: 100px;
}

Don't forget to change red mark color before using.