Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #434089

    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… :-)

    #434144

    try this please:

    
    .avia-google-map-container {
        border: 1px solid #000 !important;
        box-shadow: 3px 3px 5px #999;
    }

    with a little shadow too

    #434555

    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

    #434887

    works great! thank you again, please mark topic ask closed… :-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add A Border To The Google Map Media Element’ is closed to new replies.