XF 1.2 Need the message user info to extend all the way to the bottom

Matthew Hawley

Well-known member
EDIT: Got it nvm

Solution;

So this is what my messages look like. You would probably want something similar so the postbit doesn't look weird.

ptp3.png


I did this so the postbit would extend to the bottom. Well I'm not really extending the postbit. First I went into the style properties for the message user info and cleared all the backgrounds and borders. Then I added this to EXTRA.css.

Code:
.messageList .message { background: #eeeeee; }

As I said above, it might look weird with default styling but there ya go. :)

I need to extend the message user info all the way to the bottom of the post.

uedl.png


Any suggestions? :)
 
Last edited:
Top Bottom