Site logo

Archived topic

Google map in footer widgets is showing in top of the page

9 replies · Started by Edwin on January 20, 2018

Viewing posts 1–10 of 10

Hi Tom

I am using Google map in the footer widgets, but somehow it is showing on top of the page. I tried disabling all plugins, but that didn't fixed the problem.

Any idea?

Thanks

Edwin

Hi there,

The URL you added doesn't seem to be working.

Let me know :)

Hi Tom

Try now, but instead of using https:// use http://

Thanks

Edwin

It's still loading just a blank page for me.

Hmm, the URL still isn't loading for me.

As for your second question, try this:

.featured-image.page-header-image {
    max-width: 100%;
}

You have this CSS added:

.site-logo, .widget select, embed, iframe, object, pre {
    max-width: 100%;
    position: absolute;
    top: -35px;
}

That's telling all of those elements to be absolute, including all iframe elements, which include Google Maps.

Thanks Tom.

I should have know :-)

You're welcome :)

This archived topic is closed to new replies.