Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Solved] Size of avatar and icon

3 Posts
2 Users
1 Reactions
1,687 Views
Vít Hofman
Posts: 139
Topic starter
(@vit-hofman)
Estimable Member
Joined: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 7 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.