Notifications
Clear all

wpForo 1.x.x [Closed] Avatar Size

4 Posts
2 Users
0 Reactions
2,902 Views
Gustavo Walter
Posts: 2
Topic starter
(@gustavinho_walter)
New Member
Joined: 7 years ago

Hi, I' want to know how to increase the size of the avatar

3 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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;
}
1 Reply
Gustavo Walter
(@gustavinho_walter)
Joined: 7 years ago

New Member
Posts: 2
Thanks, it worked, but now I need to know how to make the text box be more to the side, could you help me please?

 

 

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

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.