CMS Development

Sydney
Mitglied

Google Maps Smart Variation Not Working for Mobile

lösung

https://www.halodx.com/locations

 

I created a new page on our site with an embedded google map using the HTML module. I have smart variation rules set up  - everything works perfectly to change size when on mobile except the map size does not change.  How can I fix this?

0 Upvotes
1 Akzeptierte Lösung
TRooInbound
Lösung
Autorität

Google Maps Smart Variation Not Working for Mobile

lösung

Hi @Sydney 

 

In CSS please add this line, it will fix this issue.

iframe {
    width: 100% !important;
}

We hope it works for you.

Did our post help answer your query? Help the community by marking it as a solution.

 

Thanks,

Team TRooInbound

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort
TRooInbound
Lösung
Autorität

Google Maps Smart Variation Not Working for Mobile

lösung

Hi @Sydney 

 

In CSS please add this line, it will fix this issue.

iframe {
    width: 100% !important;
}

We hope it works for you.

Did our post help answer your query? Help the community by marking it as a solution.

 

Thanks,

Team TRooInbound