PDA

View Full Version : How to increase avatar size in latest activity view?


shimei
03-15-2016, 05:28 PM
Hi,

I have decided to use the latest activity view on my homepage: https://www.christforums.org

I would like to increase the size of the avatars to 128px height and width in the latest activity stream. However, when attempting this myself, I keep messing up the avatars elsewhere in the forum like in the most popular thread widget. Your help would be much appreciated!!!

Thanks,
William

shimei
03-16-2016, 06:33 PM
Found it. Went to 64px instead:

.activity-stream-widget .conversation-list.stream-view .list-item-header .avatar, .channel-content-widget .conversation-list.stream-view .list-item-header .avatar, .activity-stream-widget .post-footer-wrapper .post-footer .divider, .channel-content-widget .post-footer-wrapper .post-footer .divider, .blog-conversation-content-widget .post-footer-wrapper .post-footer .divider, .activity-stream-widget .post-footer-wrapper .post-footer .post-info, .channel-content-widget .post-footer-wrapper .post-footer .post-info, .blog-conversation-content-widget .post-footer-wrapper .post-footer .post-info {
width: 64px;
height: 64px;
}
.avatar > img {
max-height: 64px;
max-width: 64px !important;
}