Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter clembiria

    (@clembiria)

    Great, it works now!

    Many thanks for your help,

    Clément

    Thread Starter clembiria

    (@clembiria)

    Hi,

    Thanks for your reply!

    It works to target all my maps with wp_mapit_multipin_map.

    Thought, I still cannot reduce the width on mobile devices.

    I applied the following CSS:

    @media only screen and (max-width: 600px) {
    .wp_mapit_multipin_map {
    width: 100%;
    }
    }

    I even reduced the % but it has no effect. Just te be sure I correctly target the maps I used display:none instead of width:100% and all the maps disappear. Obviously I can’t send a screenshot here but the maps are larger than the size on a mobile device.

    Clément

Viewing 2 replies - 1 through 2 (of 2 total)