CMS Development

sfouty1
Participant

Centering Google Map

For the life of me, I can't figure out how to center the google map toward the bottom of this page. Any suggestions would be helpful.

0 Upvotes
1 Reply 1
AJLaPorte_diagr
Key Advisor

Centering Google Map

Hi @sfouty1,

 

I would recommend adding a class to the iframe and then using css to center the iframe with code such as:

 

iframe.gmap-frame {
    margin: 0 auto;
    display: table;
}

See the image below for a visual that was done with inspector on chrome.:

gmap-center-issue.jpg

 

Hopefully, this helps resolve your question.

 

-AJ

-----------------------
AJ LaPorte
www.wsol.com