10/02/2017 at 10:32 am
#436668
Keymaster
@ Andre
cMap really is not designed to display in a columnar layout. You can try adding the following CSS to the theme’s custom CSS area.
#cn-cmap .cn-list-row,
#cn-cmap .cn-list-row-alternate {
display: inline-block;
margin: 0 10px 20px 0;
width: 45%
}
#cn-cmap .cn-list-row,
#cn-cmap .cn-list-row-alternate {
margin-bottom: 20px;
vertical-align: top;
}
You may need to tweak the CSS a bit on order to get the exact display that you wish to have.
Hope this helps!
