Increasing Messageuserinfo Block A quick tip that you'll be able to make increasing the size of your messageuserinfo block. Firstly log into your admincp & goto Style Properties >> Message Layout >> User Info container and set the width only setting the size to 170px Then copy and paste the following into your Extra.css template. Code: .message .messageInfo { margin-left: 170px !important; } #QuickReply { margin-left: 170px !important; } .message .avatar img, .message .avatar .img, .message .avatarCropper { margin: 10px auto; border: 1px solid #cdcdcd; } Reserved