Anyone have any idea how to hide the avatar (box) that is next to the quick editor?
Dec 11th 2016 #1 Affected Version WoltLab Suite 3.0 Anyone have any idea how to hide the avatar (box) that is next to the quick editor?
Dec 11th 2016 #2 CSS #messageQuickReply > article { aside.messageSidebar { display: none; } .messageContent { max-width: 100%; margin-left: 0; } } With this you can hide the message sidebar and display the editor larger.