Viewing 1 reply thread
You must be logged in to reply to this topic.
I integrated a Google MyMap in a text block on this page: https://fietsmaatjeszuidkennemerland.nl/locaties/
However Google informed me that Search Console found 1 Mobile usability issue on my site: Content wider than screen. The problem is caused by the fact that the Google Map does not scale on mobile. Is there a a way to do this?
You can see the problem on this screenshot from my iPhone:
https://share.icloud.com/photos/00RhX35hLGz0F9PfnqD6Ev7lg
Hello,
You can add this custom code to fix that:
@media(max-width:767px){
.page-id-1442 iframe{
width:300px !important;
}
}
Let me know.
Regards!
You must be logged in to reply to this topic.