Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Group avatar size.


@mercime
Participant

@mercime

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.

Skip to toolbar