Archived topic
Section full screen with google map
5 replies · Started by Cris on September 16, 2016
Hi
It is possible add in a section a google maps to full screen?
With full screen you mean this:
Thanks Roberto!
How can i do, Roberto?
This is how my sections is configured:
https://i.imgur.com/KEn7WJh.png
then i just have the map shortcode in the content:
https://i.imgur.com/fRN7j6W.png
(that is_responsive="true" makes the map to fill the entire container width, but it is something of that plugin in particular although it is a pretty standard feature in responsive maps widgets/shortcodes)
Then I added this css snippet for that section:
.map-section .generate-sections-inside-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
And that's it :-)
Thank you, i could did it.