Title: Markers on map
Last modified: January 16, 2018

---

# Markers on map

 *  Resolved [spencer121](https://wordpress.org/support/users/spencer121/)
 * (@spencer121)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmarkers-on-map%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/#post-9871254)
 * 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](https://wordpress.org/support/users/spencer121/)
 * (@spencer121)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/#post-9875262)
 * Thank you so much! I added it to the CSS rules and now it works perfectly!
 *  Thread Starter [spencer121](https://wordpress.org/support/users/spencer121/)
 * (@spencer121)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/#post-9875263)
 * Thank you so much! I added it to the CSS rules and now it works perfectly!
 *  Plugin Author [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/#post-9875559)
 * 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/](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.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-builder_f9f9f9.svg)
 * [Maps Builder - Google Maps Plugin](https://wordpress.org/plugins/google-maps-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-builder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/markers-on-map/#post-9875559)
 * Status: resolved