I am testing our site on mobile devices and noticed that our Contact page that uses your Google Maps widget is not very responsive. When I open that page on my iPhone in portrait, I cannot scroll the actual page up or down. I get stuck on the map scrolling. Is there a possible fix for this issue? If you need me to send the URL, I can do so in a private message. Just let me know. Thanks.
Hi spallen8877!
Please post the link to your website so we can see Google Maps configuration
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
div#av_gmap_1 {
height: 200px!important;
}}
Best regards,
Yigit
Thank you! This fixed it on the iPhone. Hopefully, it will work on Android phones, as well.
Patty