Notifications
Clear all

[Solved] Profile Avatar Size

3 Posts
2 Users
5 Reactions
502 Views
Posts: 40
Topic starter
(@dmitriyt)
Trusted Member
Joined: 2 years ago

Hi, the user's avatar taken from the social network is more than standard.
I can't find where to fix the size to standard.

 

2 Replies
Tutrix
Posts: 1495
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @dmitriyt

add this to custom css

#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img, 
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img.avatar {
  width: 42px !important;
  height: 42px !important;
}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

1 Reply
(@dmitriyt)
Joined: 2 years ago

Trusted Member
Posts: 40

@tutrix Thank you very much, I did the same in the topic, everything works!