Change the height of a map

Home Divi Code Snippet Library 'Divi Map Module' Snippets Change the height of a map....

To change the height of a map:

Create a css id for the map module, for example "map"
#map ,#map .et_pb_map {
height: 700px!important;
}