08/06/2015 at 8:46 am
#342338
Keymaster
@ Belinda
re: Is there a way to show the address in one line?
This can only be done with custom CSS…
Add the following to the theme’s custom CSS area (if it has one):
#cn-cmap span.adr span.address-name,
#cn-cmap span.adr span.country-name,
#cn-cmap span.adr span.extended-address,
#cn-cmap span.adr span.geo,
#cn-cmap span.adr span.street-address,
div#cn-cmap span.adr span.geo span.latitude,
div#cn-cmap span.adr span.geo span.longitude {
display: inline-block;
}
re: apologies for all these questions – I don’t seem to be able to find the answer in the documentation or forums
That’s all right. Most of the questions were not about any supported features so there would be no docs. But as you see much can be done with minor tweaks.
Hope that helps!
