Notifications
Clear all

Style [Solved] Size of avatar and icon

3 Posts
2 Users
1 Reactions
1,373 Views
Vít Hofman
Posts: 139
Topic starter
(@vit-hofman)
Estimable Member
Joined: 6 years ago

Hello, do you know about this problem? See pic.
I have the same problem with my forum.
Probably only on UHD monitors. I can see it at a resolution of 3440 x 1440.
Please try to think about this in the next update. Thanks.

2 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @vit-hofman,

Thank you for letting us know. We'll fix it in the next version.

Currently, you can use this CSS code:

@media only screen and (min-width: 2000px) {
    #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle.wpf-m img {
        width: 34px;
        height: 34px;
    }
}
1 Reply
Vít Hofman
(@vit-hofman)
Joined: 6 years ago

Estimable Member
Posts: 139

@robert Thanks for the code. I solved it somehow, but it would be good to fix it directly in the plugin.