11/12/2015 at 11:47 am
#354730
Keymaster
@ Alice
First … sorry, didn’t receive a notice of your post.
The maps, neither are from Connections so you are actually asking the wrong person.
That said… the fault lies with the theme. It sets the max image width globally within the page contents to 100% which breaks the Google Maps.
If you add the following CSS to the theme’s custom CSS area:
.gm-style img {
max-width: none !important;
}
That should fix it.
