Hi, i have used the code you have supplied before to but a border around the google map media element, but it does not work, i have used the below code,
.avia-google-maps {
border: 5px solid white !important;
}
i want a black border so changed it to:
.avia-google-maps {
border: 5px #000000 !important;
}
but neither work, any ideas? thanks in advance… :-)
try this please:
.avia-google-map-container {
border: 1px solid #000 !important;
box-shadow: 3px 3px 5px #999;
}
with a little shadow too
Hey!
Thank you for using Enfold.
@Guenni007: Thank you!
@stephen: Please try the suggestion above. If it doesn’t work, please provide a link to the page with the google map. A screenshot will help.
Cheers!
Ismael
works great! thank you again, please mark topic ask closed… :-)