Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #381062

    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

    #381254

    Hi curandero!

    Try adding this to your custom CSS.

    .avia-google-maps {
      border: 5px solid white !important;
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.