• Resolved peacockcreativedesign

    (@peacockcreativedesign)


    Hi there,

    My google maps is not loading the background. I’ve entered the API, and it doesn;t look like the API thing is showing any errors?!

    Please advise, any help much appreciated (first time user, and possibly looking to buy if I can get it up and running!),

    Cheers,
    Mhairi

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Your theme is applying a max-width: 100% !important to ALL images in that section, which is breaking the map images. You should be able to use this to override that:

    body .footer-features div[id^=google-maps-builder] img {
        max-width: none !important;
    }

    Just go to “Appearance > Customize > Custom CSS” and paste that at the bottom of that section and you should be good to go.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Map not showing’ is closed to new replies.