WordPress Themes, Plugins and HTML Templates › Forums › Wedding WordPress Theme › Image Help + Maps › Re: Image Help + Maps
November 5, 2014 at 3:12 pm
#1424
admin
Participant
Hello,
Quote:
I have installed the WP Google Map Plugin. is there a way to centre it on the page?
Here is little hack to centre WP Google Map.
Go to `Appearance > Customize > Theme Custom CSS`
Enter the following CSS Code Snippet,
[HTML]#wgmpmap {
margin: 0 auto;
}[/HTML]
Thanks