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