AI Search
Classic Search
Notifications
Clear all
4 Replies
Dec 14, 2017 12:45 am
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in CUstom CSS Code textarea, 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:3vw; max-width:3vw;
}
Dec 14, 2017 3:30 am
Hi Robert, followed your instructions unfortunately it made no difference to the members who had misshapen avatars.
Dec 14, 2017 4:02 am
I think You didn't delete cache properly. Also you didn't do Ctrl+F5 on forum front. In any case You can add !important statement to this CSS:
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{
width:3vw!important; height:3vw!important; max-width:3vw!important;
}
Dec 15, 2017 12:11 am
Tried with the second statement
cleared cache, then ctrl&F5
..................it worked 😎
Excellent! Once again you're a star Robert.
