09/11/2015 at 1:03 pm
#346435
Participant
Here is some CSS that will get cMap to list in columns. I hope this helps somebody.
Of course, the ordering will be by row, not by column.
/* make this the width of your display area /
.connections-list {
width:900px !important;
margin: 0 auto;
}
/ Width + padding-right = column width.
connections-list width)/column width=number of columns */
.cn-list-row, .cn-list-row-alternate, .vcard {
width:400px;
float:left;
padding-right:15px;
}
