Notifications
Clear all

Style [Solved] trouble with the avatar

3 Posts
2 Users
2 Likes
745 Views
Posts: 15
Topic starter
(@pitsanu-pols)
Eminent Member
Joined: 4 years ago

Hello, Can you help me ?

I'm having trouble with avatar picture, it's not showing a circle like demo.

2 spot I found follow the link below.

In post detail:
https://www.mytricks.pro/community/online-course/test-first-toppic-for-my-forum/

Member list:
https://www.mytricks.pro/community/members/

I try to custom style but not work.

Thank you.

2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@pitsanu-pols

your plugin "masterstudy-lms-learning-management-system" causes the problem

 

add this to custom css

#wpforo #wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar img {
max-height: 64px;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar {
max-height: 110px;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
(@pitsanu-pols)
Joined: 4 years ago

Eminent Member
Posts: 15

@tutrix Thank you very must. It working fine now. 😆