User Title Styling

DoctorJ999

New member
I am having an issue getting my User Group Styling to Format Consistently.

These areas are not formatting
CjtqTFa.png


CQ9xggD.png


But i would like them to format like this:
1rLaNp5.png


f9rULEW.png


Heres My CSS:

Code:
.custom-title-admin {
    background-color: #981b1e;
    border: 1px solid black;
    border-radius: 4px;
    padding: 5px;
    margin: 4px 0px 4px 0px;
    margin-right:476px;
    text-align: center;
    color:white;
}
.sidebar .custom-title-admin {
    margin-left: 43px;
    margin-right: 40px;
    max-width: 80px;
}
If you know how to fix the problem areas, any help would be appreciated. Thanks.
 
Top Bottom