bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

css-margin between infowindow-description.html and outer GoogleMaps box/border? #186

Closed stxxo closed 7 years ago

stxxo commented 7 years ago

Hi there, is there a way to get rid of the margin between the red line and grey line? All css in ~/js/plugins/storeLocator/templates/infowindow-description.html ends at the red line. I want to insert a background-image until the grey border. Is there a way at all? Thank you.

openstorelocator

bjorn2404 commented 7 years ago

Styling for the infowindows is pretty limited with the Google Maps API. The plugin is compatible with the InfoBubble library if you want more control: https://github.com/googlemaps/js-info-bubble and there is an example of how to set it up in the dist folder: https://github.com/bjorn2404/jQuery-Store-Locator-Plugin/blob/master/dist/infobubble-example.html