Notifications
Clear all

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

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

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


1 Reply
Sofy
Posts: 5543
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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.