Display pin overlay and link map

This commit is contained in:
Brian Miyaji
2018-08-22 01:22:35 +10:00
parent 4b8dbaec49
commit f38f413041
3 changed files with 24 additions and 7 deletions

View File

@@ -525,10 +525,24 @@
}
/* Google Maps */
.sp-google-map-container {
position: relative;
}
.sp-google-map {
width: 100%;
height: 320px;
}
.sp-google-map-link {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url(../images/maps/pin.png) no-repeat center center;
background-size: 26px 44px;
}
.sp-google-map img {
max-width: none !important;
}