Tagged: google maps, tooltip
Hello, I’m having an issue where the tool tip text that is displayed in the Google maps widget is not being show consistently.
Specifically sometimes when a user clicks on the Market tool tip text in on one line – see link below
https://www.dropbox.com/s/t0wofn77c0j62cz/Map_text_long.PNG?dl=0
However in other cases it looks like this
https://www.dropbox.com/s/0tgucmsp93vb40u/Map_text.PNG?dl=0
What can be done formatting wise to address this issue
Hey rcgroup!
Try adding this to your custom CSS.
.gm-style-iw div {
overflow: visible !important;
text-align: center;
width: auto !important;
}
Cheers!
Elliott