When I got the VB5 found small avatars compared to version 4, so I made this code to increase the avatars. Feel free to inform modifications or improvements
Put this in your css_additional.css
Fixed to responsive view in mobile. Thanks Glenn
Put this in your css_additional.css
Fixed to responsive view in mobile. Thanks Glenn

PHP Code:
.l-desktop .b-avatar--thread {
border: none;
}
.l-desktop .b-avatar--m {
height: 32px;
width: 120px;
}
.l-desktop .b-avatar--m > img {
max-height: 120px;
max-width: 120px !important;
}
.l-desktop .b-userinfo {
text-align: center;
color: #252C2F;
padding: 10px 0px 0px 7px;
}
Comment