11/01/2017 at 11:52 am
#439566
Keymaster
@ Heike
Sorry, cMap is not designed to display in a columnar layout. You could play with CSS to get something that might be suitable for your use. Here’s is some CSS to get you started:
#cn-cmap .cn-list-row,
#cn-cmap .cn-list-row-alternate {
max-width: 48%;
float: left;
margin-right: 10px;
}
Hope that helps!
