Avatar Flair (not Badges) for Groups

For reference it happens if you set more than a primary groups. At the moment the user is always moved to the last group he entered:

As an admin you can change it manually in the /admin/users window

Are you using a particular theme or your customizations are self-made?
BTW adding a new line of CSS should works.

This is the original code, change the value -6 and set one that suits your customizations

.topic-avatar .avatar-flair {
    right: -6px;
}
8 Likes