The css styling for .simplemaps img interferes with the google maps styling for the zooming and fullscreen buttons. The culprit seems to be the !important part in margin: 0 !important. I have attached two screenshots that show what I get with the original style and how the problem goes away when I remove the !important part.


The css styling for


.simplemaps imginterferes with the google maps styling for the zooming and fullscreen buttons. The culprit seems to be the!importantpart inmargin: 0 !important. I have attached two screenshots that show what I get with the original style and how the problem goes away when I remove the!importantpart.