Amaury Well-known member Aug 16, 2016 #1 I'd like to remove the avatar from the quick reply editor and then extend the editor to fill that space. How could I accomplish this? Thanks!
I'd like to remove the avatar from the quick reply editor and then extend the editor to fill that space. How could I accomplish this? Thanks!
Steve F Well-known member Aug 17, 2016 #2 I'm on my phone but you can try Code: .Responsive .quickReply .messageUserInfo { display: none; } .Responsive #QuickReply { margin-left: 0; } Looks like you have the avatar on the right? Probably need to change the above margin-left to margin-right. Upvote 0 Downvote
I'm on my phone but you can try Code: .Responsive .quickReply .messageUserInfo { display: none; } .Responsive #QuickReply { margin-left: 0; } Looks like you have the avatar on the right? Probably need to change the above margin-left to margin-right.