Mar 10, 2019 7:50 pm
Probably a template problem. I use divi. But for sure I will ask if you have no solution for me.
I have enabled social networking. I'm using the Super Socializer plugin. Members who register using facebook have a bigger avatar than members who register directly through wpForo.
All to see on https://bozpforum.cz on the right column. Recent topics.
5 Replies
Mar 11, 2019 8:21 am
Put this CSS code in your theme styles.css or in Top Admin Bar > Customize > Additional CSS textarea. Save it delete all caches and press Ctrl+F5 on website front-end:
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
width: 3vw !important;
height: 3vw !important;
max-width: 100% !important;
}