Great, it works now!
Many thanks for your help,
Clément
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