Jun 07, 2023 12:49 pm
Hi, the user's avatar taken from the social network is more than standard.
I can't find where to fix the size to standard.
2 Replies
Jun 07, 2023 1:40 pm
Hi @dmitriyt
add this to custom css
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img.avatar {
width: 42px !important;
height: 42px !important;
}
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS