XF 1.2 Showing Staff Online

JordanBuss13

New member
Hello,

This Is only a little minor issue, but some how my Staff boxes changed It used to be blocks of the Users but now It's all in one line how do I fix this

Print Screen:
TgTmmdp.png
 
This is the offending CSS:

Code:
.forum_list .sidebar .avatarList li, .EWRporta_Portal .sidebar .avatarList li {
display: inline-block;
}

Find and remove that CSS from your style. Probably use the search box under the Appearance tab to search for:

.forum_list .sidebar .avatarList li, .EWRporta_Portal .sidebar .avatarList li
 
Top Bottom