08/06/2015 at 8:40 am
#342337
Keymaster
@ Belinda
re: Could you please advise how I can remove the logo display?
This can be done with the image shortcode option for cMap. here’s an example:
[connections image='none' image_fallback='none']
re: I would like to left justify the information
This requires custom CSS…
Add the following to the theme’s custom CSS area (if it has one):
#cn-cmap .cn-left {
float: right !important;
}
#cn-cmap .cn-right {
float: left !important;
text-align: left !important;
}
Hope that helps!
