Viewing 1 replies (of 1 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi there 🙂
    It’s actually a style conflict where your theme over-rides a key style for the pin to display correctly:

    article img {
    height: auto;
    max-width: 100%;
    }
    article img, article div, article iframe, article embed, .widget img, .widget div, .widget iframe, .widget embed, .widget select {
    max-width: 100%;
    }

    If you remove those two instances of “max-width” in your style.css then it should work. Please confirm?

    Kind regards
    Nick

Viewing 1 replies (of 1 total)

The topic ‘Missing pin’ is closed to new replies.