XF 1.5 Staff online

Spartan

Well-known member
image.webp



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?
 
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.
 
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.
 
Top Bottom