<div class="adminBadge"></div>
.adminBadge
{
background: url(@imagePath/xenforo/yourrank.png) no-repeat 0 0;
width: 100px;
height: 30px;
}
actually no if that could be removed from view?Do you want them showing in responsive view?
@media (max-width:@maxResponsiveNarrowWidth) {
.messageUserBlock { margin-right: 0px !Important; } }