Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2015 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ab2cecb5621aedc12967 to your computer and use it in GitHub Desktop.
Save anonymous/ab2cecb5621aedc12967 to your computer and use it in GitHub Desktop.
css for google maps with advanced custom fields in wordpress.
.google-acfmap {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px auto;
}
.google-acfmap .location-image {
width:100px;
height:auto;
float:left;
margin-right: 15px;
}
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment