XF 1.3 Reducing the Gap in the Message User Info Box

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:

Code:
.messageUserBlock .userBanner {
    margin-top: -10px !important;
}

Result:
upload_2014-7-17_13-23-11.webp

But then for user groups without banners:
upload_2014-7-17_13-23-36.webp

I can fix that if I adjust the margin-top to suit, but then that makes the user banner overlap the avatar.

Any help?
 
Top Bottom