Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,846
- How-to & Troubleshooting
- 129,865
- Creating & Extending
- 25,895
- Requests & Feedback
- 9,544
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,179
-
You can simply adjust via CSS. e.g. using bp-default theme, avatars have this styling:
div#sidebar div.item-avatar img {
height:40px;
margin:1px;
width:40px;
}
change according to taste