Google maps has vertical empty strokes in the footer
Hey Sander,
I have checked your site, however I don’t see any maps at the bottom.
Can you give us a screenshot of how it looks? how do we see it on your site?
Best regards,
Nikko
Hi Sander,
You have this code which causes this issue.
There are 2 options you can do, you can either remove this code that you have:
#footer img {
max-width: 50% !important;
}
or if it’s important code for you, then just add this css code as well:
#footer .avia_google_maps img {
max-width: 100% !important;
}
Hope it helps.
Best regards,
Nikko