Hey,
So I’ve tried to get this, but I hit a brick wall.
I want to make small tweaks to the default (all) Members page layout, primarily enlarging the avatar and some styles.
I have added the ‘define( ‘BP_AVATAR_THUMB_WIDTH’, 150 );’ and FULL code to bp-custom
I have then tried to style some things on the page:
‘.item-title a {
float: right;
font-size: 16px;
}
#buddypress #members-list .item-title {
margin: 0px 0 0 0;
padding: 0 10px 0 0;
}
.item-avatar.rounded {
width: 140px !important;
height: 140px !important;
}
#buddypress #members-list li div.item-avatar {margin: 0px 0 0 0px;}
img.avatar.avatar-150.photo.bpfla {
width: 130px;
height: 130px;
}
.member-inner-list {padding: 5px 0 0 0 !important;}’
But for the life of me, I can’t get the ‘box’ that the member information is in to get any ‘taller’ or get any margin between the items on a bottom/top basis.
What else am I missing please?
Thanks!