Hi. i want to add padding and shadow to my map, so that i follows the design of my site. How do I do that? I'm fairly new to the wordpress world and no coder, so a simple solution would be nice. But then it always would!! Thanks
Hi. i want to add padding and shadow to my map, so that i follows the design of my site. How do I do that? I'm fairly new to the wordpress world and no coder, so a simple solution would be nice. But then it always would!! Thanks
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
You must log in to post.