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
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