Google Maps: Missing Zoom Controls

Previously, I entered a blog about an error with zoom controls for the Google Map. In that articles, the zoom controls were distorted when used in WordPress. Today, I found a second problem with the zoom control for Google Maps.

Today, I experienced the complete absence of the zoom control on a Google Map. The Google Map code was configured correctly to display the zoom controls. If you hovered your mouse over the location the zoom controls should appear, the cursor changed, implying that there were zoom buttons under the cursor. However, there were no buttons displayed.

Researching the problem, I found there was a very simple solution the problem. Add the following to the CSS:


  .gmnoprint img {
      max-width: none; 
  }

Add this simple CSS and voila, the buttons suddenly appear.

Leave a Reply