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

    Hi there,

    I have embedded a google map into a page on a site I’m working on but on the older iPhones it’s a nightmare as you can’t scroll past the map. You end up stuck in the map and zooming all over the place! So either I need a solution for that or I need to remove the map in mobile view. Just not sure how to do that?

    Cheers.
    HP

    #522655

    Hey harveyparkel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #av_gmap_1 {
        display: none;
    }}

    For future reference, please see – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Regards,
    Yigit

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