at the moment you need to do custom css or coding to make it more responsive
eg. http://wp-events-plugin.com/tutorials/modifying-event-location-google-maps/
ok, let us know if you have further question.
I looked at that link but it wasn’t clear how to achieve exactly what I am trying to do. Do you have an example you can post of the code to make the map responsive using the information on the link you sent me?
Does the “width: 100%” trick work if you test with the default WordPress theme?
I was just tweaking some things for my site.. and came across this thread as a solution.
If perhaps it helps somebody else out following is the code.. you can adjust it for your needs.
Not sure if the OP was talking about a Single event or Locations page…
This is for the short coded [locations_map]
Thusly…
<div style="border:2px solid black; max-width:800px;margin-left:auto;margin-right:auto;">
[locations_map town="Happy Place" width="100%" height="300"]
</div>
Cheers !
-
This reply was modified 9 years ago by
Robswaimea. Reason: tiny error