Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    If you want change the margin of map, in only one side, I recommend you follow steps below:

    – After insert the shortcode: [codepeople-post-map]

    – Press the “text” tabs, in the editor, for entering html tags directly

    – Finally insert a div tag around the shortcode, with a style attribute defining the attributes you want. In the following snippet of code, the width and height of map is 450px, and I want that margin right be 25px:

    <div style=”width:450px;heigth:450px;margin-right:25px;”>[codepeople-post-map]</div>

Viewing 1 replies (of 1 total)
  • The topic ‘Can I change the map margin on individual sides?’ is closed to new replies.