XF 2.0 Rounded avatar

ŽivaAkcija

Well-known member
Licensed customer
Hi, any tutorial how to add rounded avatar in default style?

Avatar border radius whar code goes inside or code goes inside extra less?
 
You can add this to extra.less, adjust to your liking:
Code:
.block .message-avatar-wrapper .message-avatar-online {
    top: 8px;
    left: 8px;
}
I think you should change from 8px to 2px. Because If you use mobile web application, the avatar-online position is not correct.
 
Back
Top Bottom