01/27/2014 at 4:45 pm
#278328
Keymaster
@ Jeanette
Rather than edit the CSS file in Connections, which would get overwritten during a plugin update, you should override the default CSS.
For example add the following to the theme’s custom CSS area:
#cn-list span.phone-number-block,
#cn-list span.email-address-block,
#cn-list span.social-media-block,
#cn-list span.link-block {
margin-bottom: 0px !important;
}
Hope that helps.
