Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032573

    Google maps has vertical empty strokes in the footer

    #1033996

    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

    #1035511
    This reply has been marked as private.
    #1036037

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.