@cagatay Yes, having checked, I see what you mean. I’ve fixed this on your site.
This is the new applied code
.post-header a[href*="/groups/onaylı-üyeler"] {
margin-right: 3px;
margin-top: 1px;
border-radius: 50%;
line-height: 20px;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
}
small.label.group-label.inline-block i {
margin-top: 1px;
margin-left: 0px;
vertical-align: middle;
justify-content: center;
display: flex;
}
.post-header a[href*="/groups/onaylı-üyeler"] .group-label {
min-width: 20px;
display: flex;
justify-content: center;
}
.self-post a[href*="/groups/onaylı-üyeler"] .group-label {
position: absolute !important;
right: 51px;
top: 44px;
z-index: 2;
}
.topic-response-post a[href*="/groups/onaylı-üyeler"] .group-label {
position: absolute !important;
left: 20px;
top: 44px;
z-index: 2;
}
.topic-response-post i[component="user/status"] {
position: absolute;
left: -1px;
}
.group-label {
vertical-align: -6px;
}
However, there were some errors on your part. You were correct in renaming the actual group in CSS (good call) because of the language not being English, but the path was incorrect. You used the below, which was customized for @crazycells install
/forum/groups/onaylı-üyeler
It should be
/groups/onaylı-üyeler
You also have some overriding CSS somewhere that defines a lower z-index
value which forces the “verified” icon behind the avatar, so I’ve added an adjustment for that
z-index: 2;