XF 2.2 Join the message layout to the user bock

Brad P

Well-known member
Evening,

How can i join the message block to the user postbit block please, belo image there is a slight gab and wish to connect them together.
Screenshot 2020-11-21 200220.webp
 
Hello,
As it is a custom style you should ask the author to help you.

But i will try this in extra.less
CSS:
.block--messages .message .message-cell.message-cell--user {
    margin-right: 0;
}
 
Top Bottom