HI
I am using WP google maps plugin, but the height I am using (5-600px) is too high on small screens.
I tried using this:
@media only screen and (max-width: 480px) {
.wpgmza_map {
height: 300px;
}
}
but did not see results.
I know this is not an ENFOLD question, but I know WP maps is a plugin you recommend…I got the code from their support.
Any suggestions on how to make these maps more responsive would be greatly appreciated.
thanks
Nancy
Try adding !important to your code.
.wpgmza_map {
height: 300px !important;
}
thanks! that !important was important!
one more about wp maps – is there a way to set a different zoom level on mobiles?
Nancy
Hm, i don’t know if that’s possible to be honest, try asking the plugin author.
Regards,
Josue
thanks I will. appreciate your help!