@simple-man BP’s default style for the Member and Group widget avatars have been superseded by your theme’s style where it changed the avatar’s width to auto
in one area and in another area, changed it to max-width: 100%
. You can add the following to the stylesheet of your child theme
.widget.buddypress ul.item-list img.avatar {
width: 20px;
}
@mercime thank you. I will try it soon.
Ok, I made the change.
I am wondering if members and groups widgets are correctly displayed now, such as:
1. Is it supposed to be one member or one group per row (like it displays currently)?
2. Is the member or group name text correct size or do I need to change something?
Thank you.