recently my WordPress page with Google Maps started displaying markers in an odd fashion- look!
The problem is- Google changed they code and added this baby into the code:
.gm-style div {
display: block;
}
Overriding the code with, let’s say, display:inline-block !important;
doesn’t work, since a new display:block is being automatically generated by Google! (Picture below)
The site itself is here if anyone wants a peek:
`http://objekt.ee/properties/?lease=rent&view=map`
find this in file:
/wp-content/themes/rentbuy/js/scripts.js
⦠and replace it with:
Easiest way to fix this problem is to define a version in you api call, e.g.: