10/18/2013 at 9:08 am
#271813
Keymaster
@ Nancy
Sorry, I forgot to mention the single card styling. That can be done, however, that would require editing the core PHP template files and just might require other small CSS tweaks.
To make the PHP edit you need to open this file: card-single.php; found here:
../wp-content/plugins/cmap/
Look for this line:
<div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry-single">
Change it to:
<div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry">
Save and upload, overwriting the original.
That should do it sans any possible CSS tweaks that might be required.
