Group member avatar size
- 
		Hello! I’m having trouble changing the size of the group member avatars. They are too small at 50 x 50. I followed the instructions here: https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/ by adding the following code to bp-custom.php: define ( ‘BP_AVATAR_THUMB_WIDTH’, 80 ); 
 define ( ‘BP_AVATAR_THUMB_HEIGHT’, 80 );But oddly, only the admin thumbnail resized to 80 x 80 and the rest all remained at 50 x 50. Any bright ideas? Thanks all! 
- You must be logged in to reply to this topic.