07/04/2017 at 10:40 am
#427827
Keymaster
@ Casper
The address name/type has always been on it own line… in your case that is the “Location”. Looking thru our previous forum posts and email chains, it appears this was on one line… perhaps I or you added some custom CSS to make this display on a single line and now that custom CSS is no longer being applied. Not sure how that would change. I did review the changes in the last couple updates and there were no CSS changes in the core Connections CSS to account for this.
Add this to the theme’s custom CSS area and it should be fine.
#cn-cmap span.adr span.address-name {
display: inline-block;
}
Hope this helps, let me know.
