• Resolved spencer121

    (@spencer121)


    The map itself displays beautifully and all the markers are present. However, when I attempt to click on the markers for more detailed information, a large gray box with an X through it is displayed instead of the information.

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

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

    (@webdevmattcrom)

    Hi there,

    It seems there’s some CSS rules that are forcing the “X” in the infobubble to fill the whole bubble width. Here’s how you can fix that:

    #single div.gm-style img {
        width: auto;
        max-width: inherit;
    }

    You can place that custom CSS rule into the bottom of your theme’s styles.css file, or go to “Appearance > Customize > Custom CSS” and place it to the bottom of the setting there.

    Thanks!

    Thread Starter spencer121

    (@spencer121)

    Thank you so much! I added it to the CSS rules and now it works perfectly!

    Thread Starter spencer121

    (@spencer121)

    Thank you so much! I added it to the CSS rules and now it works perfectly!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Glad to hear it, happy to help!

    If you’re enjoying Maps Builder and appreciate our support, we’d love a kind review from you here:
    https://wordpress.org/support/plugin/google-maps-builder/reviews/

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Markers on map’ is closed to new replies.