Clean 3 Column Custom Field Lists

Unmaintained Clean 3 Column Custom Field Lists

The comma in users online will disappear, making everything 1 name, if you (like me, but not on a dev install, only on my live site) need to follow FAQ #3.

Use this code instead:
CSS:
.listInline.listInline--customField>li:after {
    content: "";
}
Top Bottom