Project box to small to display all people invited to project

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 11 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 2, 2013 at 2:40 pm 3097
Tareq Hasan When I add people to projects the project box is too small to display all the invited peoples avatar so they spill over into other content on the page. How can I remove the avatars or make them smaller so they fit in the box?
May 2, 2013 at 3:34 pm 3102
Tareq Hasan Tareq Hasan

You can downsize them via some CSS in your theme. Currently it shows 48×48 size avatars, you can change it by this:
[css].cpm-projects .cpm-project .cpm-project-people img.avatar { width: 32px; height: 32px; }[/css]

Viewing 1 Posts - 1 through 1 (of 1 total)