03/06/2015 at 9:17 am
#321840
Keymaster
@
Sorry, no, cMap can not be be displayed in a columnar format because it as not designed to be displayed that that. Perhaps setting a max-width will be a good alternative? Add the following to the theme’s custom CSS area:
#cn-cmap {
max-width: 800px;
margin: 0 auto;
}
Hope that helps!