Amaury
Well-known member
How can I make the gap between the avatar and stats in the message user info area as small as possible both with and without user banners?
I have this code in my EXTRA.css to close the gap with a user banner:
Result:
But then for user groups without banners:
I can fix that if I adjust the margin-top to suit, but then that makes the user banner overlap the avatar.
Any help?
I have this code in my EXTRA.css to close the gap with a user banner:
Code:
.messageUserBlock .userBanner {
margin-top: -10px !important;
}
Result:
But then for user groups without banners:
I can fix that if I adjust the margin-top to suit, but then that makes the user banner overlap the avatar.
Any help?