Okay
  Public Ticket #1244486
Full screen Google Map
Closed

Comments

  •  8
    Florian started the conversation

    Hi,

    I'd like to show a Google Map full screen so I've set the row to 'Full Height'.

    However, Google Map only let's me set the height in pixels. Is there a way to set height to 100% or can you think of another way of how to achieve the desired result?

    I'm attaching a screenshot of a mockup of the page with map.

    Thanks,
    Florian

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-google-map {
        height: 100vh !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    Florian replied

    Perfect! It works.

    Thanks a lot!