10/18/2014 at 10:25 am
#307473
Keymaster
@ James
Not sure I can help with the custom template, I do not have any access to the code. I do know Josh is unavailable for freelance Connections work right now…
Add the following to the theme’s custom CSS area:
#cn-names #cn-list-body {
-moz-column-count: 1 !important;
-moz-column-gap: 10px;
-webkit-column-count: 1 !important;
-webkit-column-gap: 10px;
column-count: 1 !important;
column-gap: 10px;
}
That should do the trick.