AI Search
Classic Search
Notifications
Clear all
2 Replies
Sep 17, 2018 12:51 pm
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 1:14 pm
Thank you very much Robert ! 👍