Great style, can you tell me how to Change avatar from round top to square? also maybe make user info area bigger?
You can open template xenforo.css and find Code: .avatar img, .avatar .img, .avatarCropper { @property "avatar"; background-color: @contentBackground; border-radius: 100%; @property "/avatar"; } Remove Code: border-radius: 100%;