Spartan Well-known member Aug 10, 2016 #1 I was able to elimate the names, but I'd like the avatars to be three per row to save space. How do I do this?
I was able to elimate the names, but I'd like the avatars to be three per row to save space. How do I do this?
P Paul B XenForo moderator Staff member Aug 10, 2016 #2 Try adding something like this to EXTRA.css: Code: .sidebar .avatarList li { display: inline-block; } Untested so you may need to fiddle with it a bit. Upvote 0 Downvote
Try adding something like this to EXTRA.css: Code: .sidebar .avatarList li { display: inline-block; } Untested so you may need to fiddle with it a bit.
Amaury Well-known member Aug 11, 2016 #3 If that doesn't work for whatever reason, or you want something different, we've got a similar layout of only avatars with a XenForo tooltip to show who it is on our upcoming new style, so I can provide the necessary changes needed. Upvote 0 Downvote
If that doesn't work for whatever reason, or you want something different, we've got a similar layout of only avatars with a XenForo tooltip to show who it is on our upcoming new style, so I can provide the necessary changes needed.