XF 2.0 Can't get the padding between user banner going.

Cannabis Ape

Active member
It's probably super easy but I tried to put several things in the extra.less but still can't seem to get it working.

Was hoping this would do the trick but no difference.

Code:
.message .messageUserBlock .userBanner {
    margin-bottom: 5px;
}
 
XF has a margin of 0 in there by default, you can overwrite it via EXTRA.less:

Code:
.message-userBanner.userBanner {
    margin-bottom: 5px !important;
}
I tried the !important; part but it didn't work but I see the code is slightly different and works now :)

Man, I on purpose didn't ask it on your website because I was like, let me give Russ a break from me haha and here you are again :LOL:
 
Back
Top Bottom