Lack of interest Space problems

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

raytrails

Well-known member
There's a misalignment when it comes to the space above the 'user ribbon'. I have circled the area which is too close to the user title.

Push the whole ribbon 2-3 pixels down, and we're talking perfection :)
 

Attachments

  • space.webp
    space.webp
    3.3 KB · Views: 30
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
I think that is more of a preference

However if you wanted to change that yourself on your own board you would just add some margin-top to .userBanner in extra.css
Code:
.messageUserBlock .userBanner {
margin-top:2px;
}
 
Top Bottom