DoctorJ999
New member
I am having an issue getting my User Group Styling to Format Consistently.
These areas are not formatting
But i would like them to format like this:
Heres My CSS:
If you know how to fix the problem areas, any help would be appreciated. Thanks.
These areas are not formatting
But i would like them to format like this:
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;
}