Reply To: Round avatar

Home Forums Support Round avatar Reply To: Round avatar

Home Forums Support Round avatar Reply To: Round avatar

#150755
Tom
Lead Developer
Lead Developer

I’m using this CSS to make avatars round in bbPress:

#bbpress-forums div.bbp-forum-author img.avatar, 
#bbpress-forums div.bbp-topic-author img.avatar, 
#bbpress-forums div.bbp-reply-author img.avatar {
    border-radius: 50%;
}

border-radius: 50% will only work if the image is the same width and height (100×100 for example).