hi,
i would like to add a simple 5px border #ccc and and prob some padding to give a white boxed effect around a google map that i have inserted in a 2/5 container. what do i target my code at? i see .avia-google-map-container – and #av_gmap_1. Have tried but am getting no where. Any help appreciated. Thanks David
Hi curandero!
Try adding this to your custom CSS.
.avia-google-maps {
border: 5px solid white !important;
}
Best regards,
Elliott