Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,699
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
Simplest and easiest way to change size of group avatar in header area is by targetting it using style.css
`body.groups div#item-header-avatar,
body.groups div#item-header-avatar img {
width: 75px;
height: 75px;
}`
adjust to taste.