Brad P Well-known member Apr 30, 2015 #1 In the message layout is there a way to make the user avatar a little smaller?
Heavy Active member May 1, 2015 #2 Open template "message_user_info", the code is near line 8: Code: <xen:avatar user="$user" size="m" img="true" /> change change size="m" to size="s": If you want to reduce avatar size to anything between 48px and 96px, do not change that code. Good luck, Heavy Upvote 0 Downvote
Open template "message_user_info", the code is near line 8: Code: <xen:avatar user="$user" size="m" img="true" /> change change size="m" to size="s": If you want to reduce avatar size to anything between 48px and 96px, do not change that code. Good luck, Heavy