I am having a problem with the google map on my site, in particular the zoom controls which are distorted. I have read various forums and the common solution seems to be to replace the following css code:
#map_canvas img,
.google-maps img {
max-width: 100% !important;
with this:
#map_canvas img,
.google-maps img {
max-width: none;
}
But I don’t know which .css file to edit. I have tried the bootstrap.css and the template.css – but this hasn’t changed the problem. This is a link to the page on my site with the issue:
http://www.gosouthfrance.com/propertysearch.html?calledByModule=mod_jomsearch_m3&ptype=7
I hope that you can help