Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #510926

    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

    #511072

    Try adding !important to your code.

    .wpgmza_map {
    height: 300px !important;
    }
    #511320

    thanks! that !important was important!
    one more about wp maps – is there a way to set a different zoom level on mobiles?
    Nancy

    #511327

    Hm, i don’t know if that’s possible to be honest, try asking the plugin author.

    Regards,
    Josue

    #511333

    thanks I will. appreciate your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘wp maps height mobile’ is closed to new replies.