First, open the "widget_members_online" template and find the following code;
<ul class="listInline listInline--comma">
Replace with the following code;
<ul class="listHeap">
Then find this code immediately below;
<li>
<xf:username user="$user" rich="true" class="{{ !$user.visible ...