css for google maps with advanced custom fields in wordpress.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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