You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Huson edited this page Feb 24, 2016
·
1 revision
How can I align my maps to the right?
You can do this by adding the following to your theme’s stylesheet. The margin ensures that there is some space between the bottom and left of your map and the text that wraps round it.
.wp_geo_map {
float:right;
margin:0 0 20px 20px;
}