mauzao9 Well-known member Aug 5, 2013 #1 Heya there. I see the banners get to close to the name and the extra stuff we put in the message user info, so i ask such a simple thing, how to space them? I guess it's something about padding, but no idea how to target them.
Heya there. I see the banners get to close to the name and the extra stuff we put in the message user info, so i ask such a simple thing, how to space them? I guess it's something about padding, but no idea how to target them.
P Paul B XenForo moderator Staff member Aug 5, 2013 #2 Add to EXTRA.css: Code: .messageUserBlock .userBanner { margin: 4px 0; } Change the margin to suit. Upvote 0 Downvote
mauzao9 Well-known member Aug 5, 2013 #3 Brogan said: Add to EXTRA.css: Code: .messageUserBlock .userBanner { margin: 4px 0; } Change the margin to suit. Click to expand... Just tried, it did no effect at the banners Upvote 0 Downvote
Brogan said: Add to EXTRA.css: Code: .messageUserBlock .userBanner { margin: 4px 0; } Change the margin to suit. Click to expand... Just tried, it did no effect at the banners
mauzao9 Well-known member Aug 11, 2013 #4 Any other way to do this? I tried with another css but it adds space to the banner itself and not from the outside of it. Upvote 0 Downvote
Any other way to do this? I tried with another css but it adds space to the banner itself and not from the outside of it.
mauzao9 Well-known member Aug 11, 2013 #6 King Kovifor said: Try adding !important. Click to expand... It did something, but it breaks the default styling: Upvote 0 Downvote
King Kovifor said: Try adding !important. Click to expand... It did something, but it breaks the default styling:
Jeremy in memoriam 1991-2020 Aug 11, 2013 #7 Try changing it to margin-top: 4px !important. Upvote 0 Downvote