Xenforo Increasing Usermessageinfo width

Discussion in 'Guides, Tips & Tricks' started by Shelley, Oct 28, 2011.

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Increasing Messageuserinfo Block

    messageuserinfo_preview.png

    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

Share This Page