Sep 16, 2018 12:33 pm
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.
2 Replies
Sep 17, 2018 8:51 am
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;
}
Sep 18, 2018 9:14 am
Thank you very much Robert ! 👍