Skip to content
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;
}

Clone this wiki locally