08/26/2015 at 10:17 am
#344424
Keymaster
@ Edward
The margin is being added by the theme… you should be able to override this with adding some CSS to the theme’s custom CSS area. This should work:
#cn-cmap .cn-notes p {
margin-bottom: 0;
}
Hope that helps.
