I used Google Maps in my website with multiple markers and multiple infowindows. Somehow the the close buttons (the little x) stays hidden inside the infowindow, but works if clicked at the position where it should be displayed. How to fix this?
fixed it, apparently bootstrap.css was conflicting with the images and had to use these few extra lines of css
<style type="text/css">
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}
</style>
anyone facing the same problem may solve your issue using this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With