Hi,
So I read the post on adding the full address to the map and it’s not working for me. I added the following code to the custom CSS section and nothing changed:
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”streetAddress”] +br {display: initial;} /* Adds a line break after the street address */
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”addressLocality”] {display: initial;} /* Makes the city show */
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”addressLocality”]:after {content: “, “;} /* Adds a comma and a space after the city */
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”addressCountry”] {display: initial;} /* Makes the country show */
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”postalCode”] {display: initial;} /* Makes the postcode show */
.geodir-bubble-meta-side .geodir_more_info.post span[itemprop=”addressRegion”] {display: initial;} /* Makes the region show */
Is that the correct code to put the full address in the map bubble?
Thanks!
Sam