Height of Section/Row

Hi, can you help me with this? https://cl.ly/fb0bc6

Hi Daniel,

Try setting a height to the Text element that contains the code for the maps. You can do this by setting a height through the Element CSS of the text element:

$el {
  height: 800px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.