Viewing 1 replies (of 1 total)
  • maps can be styled by css – each map has the assigned class mapsmarker – Schriftzug so you could add the following to your style.css in your template to add 10px padding before and after a map:

    .mapsmarker {
    padding:10px 0;
    }

    best,
    Robert

Viewing 1 replies (of 1 total)
  • The topic ‘add padding and shadow to map’ is closed to new replies.