Adam Howard
Well-known member
So I have added this code to remove the avatar from the quick reply
What I'm trying to figure out is how to center the reply box.
Because right now I have this big empty space
http://i.imgur.com/Mwcv1zA.png
PHP:
/* Removes avatar quick reply */
.thread_view #QuickReply, .conversation_view #QuickReply {margin-left: 0;}
.thread_view .quickReply .messageUserInfo, .conversation_view .quickReply .messageUserInfo {display: none;}
/* END - Removes avatar quick reply */
What I'm trying to figure out is how to center the reply box.
Because right now I have this big empty space
http://i.imgur.com/Mwcv1zA.png