Okay
  Public Ticket #906622
Prevent Google Map Dragable / zoom on Mobile
Closed

Comments

  •  5
    Mark started the conversation

    Any way to prevent the goggle maps to be draggle on mobile?

  •  8,996
    Tahir replied

    Hey Mark,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .nectar-google-map {
            pointer-events: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team