miya0001 / simple-map

Display Google Map Shortcode for WordPress
21 stars 15 forks source link

styling interferes with google maps #24

Open koenhoeymans opened 6 years ago

koenhoeymans commented 6 years ago

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. original without important

mythnc commented 5 years ago

@koenhoeymans Thanks, it helps!