XF 2.2 usergroup banner size

interforo

Active member
what is wrong with my code below?
the size of my usergroup banners don't look right

1669280561254.webp


Code:
.moderator
{
background-image: url("/immagini/mod.jpg");
    color:white;
     width: 100% !important;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-top: 6px;
}

Code:
.admin
{
background-image: url("/immagini/admin.jpg");
    color:white;
     width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    padding-left: 29px;
    padding-top: 6px;
}

cc @djbaxter
 
Supporter : <i class="fas fa-handshake-alt"></i>&nbsp;&nbsp;Supporter
Interfan : <i class="fas fa-trophy yellow"></i>&nbsp;&nbsp;Interfan dell' anno

Less:
.supporter {
    padding: 4px 6px;
    background: #0081c7;
    border: 1px solid #006399;
    color: white;
}

.interfan {
    padding: 4px 1px;
    background: #8D9294;
    border: 1px solid #6f7476;
    color: white;
}

.yellow {
    color: #ffcc00;
}

Can't see User of the Month, not the good link.
 
Supporter : <i class="fas fa-handshake-alt"></i>&nbsp;&nbsp;Supporter
Interfan : <i class="fas fa-trophy yellow"></i>&nbsp;&nbsp;Interfan dell' anno

Less:
.supporter {
    padding: 4px 6px;
    background: #0081c7;
    border: 1px solid #006399;
    color: white;
}

.interfan {
    padding: 4px 1px;
    background: #8D9294;
    border: 1px solid #6f7476;
    color: white;
}

.yellow {
    color: #ffcc00;
}

Can't see User of the Month, not the good link.
Have tried this but cant get it to work :(
 
Top Bottom