impress-org / google-maps-builder

One Google Maps plugin to rule them all. Google Maps Builder is intuitive, sleek, powerful and easy to use. Forget the rest, use the best.
https://wordpress.org/plugins/google-maps-builder/
32 stars 9 forks source link

Close button gets large with some themes #250

Closed mathetos closed 7 years ago

mathetos commented 7 years ago

Some themes set a width for images within the content area. This is problematic for our close icon image in the InfoBubble because it typically enlarges it far too large. Like this: image

Adding width: auto; to our default styles resolves it. Like this:

div[id^=google-maps-builder] img {
    width: auto;
}

Customer example: https://wordpress.org/support/topic/hyperlink-big-cross-on-the-map/#post-9184280

kevinwhoffman commented 7 years ago

The CSS update @mathetos suggested will be merged in 2.1.2.