CMS Development

Sydney
Membro

Google Maps Smart Variation Not Working for Mobile

resolver

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 Avaliação positiva
1 Solução aceita
TRooInbound
Solução
Conselheiro(a) de destaque

Google Maps Smart Variation Not Working for Mobile

resolver

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

Exibir solução no post original

1 Resposta 1
TRooInbound
Solução
Conselheiro(a) de destaque

Google Maps Smart Variation Not Working for Mobile

resolver

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