When resizing the browser window on a big screen the aspect ratio on the avatars is wrong. Instead of being round they turn oval. See attached file!
/Johan
Works great for me, probably it is your theme ?
Works great for me, probably it is your theme ?
Maybe, but what is causing it? I'm no expert on css codes and such stuff. So would appreciate some help.
The url to the forum is http://fotointresse.se
Thanks,
Johan
When resizing the browser window on a big screen the aspect ratio on the avatars is wrong. Instead of being round they turn oval. See attached file!
/Johan
We don't see such problem. In any case please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, then save it delete all caches and do Ctrl+F5 on forum front:
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
width: 3vw;
height: auto;
max-width: 100% !important;
}
I don't see any problem. Could you please check it on other browsers?
Please keep the height:auto; don't set it 3vw. Also please cut the CSS code from Custom CSS Code textarea and paste it in current active theme style.css file to make it available for whole site, not only for forum. Don't forget delete all caches and do Ctrl+F5 on front-end.