Notifications
Clear all

wpForo 1.x.x [Solved] Deformed avatars ?

3 Posts
2 Users
0 Reactions
1,670 Views
Posts: 17
Topic starter
(@billmoo)
Eminent Member
Joined: 6 years ago

When I stretch my site (1080px to 1920px), the avatar is deformed. Is it possible to "block" the image size ?

I use GeneratePress with Elementor.

Please look at my attach file.

Thanks for your help.

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

Find the style.css file of your current WP active theme and put this code (if your theme has an option to put custom css, you can use that). Save it, delete all caches and do Ctrl+F5 on front-end:

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
    height: auto !important;
}
Posts: 17
Topic starter
(@billmoo)
Eminent Member
Joined: 6 years ago

Thank you very much Robert !  👍