Tagged: Full Width Slider, google maps
Hi,
Is it possible to display google maps within the full width slider? A clear example of what im after can be found below:
http://www.84paris.com/#/contact/
Thanks in advance,
Jyles
You’d need to add the map into a “color section” element. Then use the “For Developers: Section ID” option to give this section an unique id/name (eg “fullwidthmap” – without the quotes). Afterwards you can expand the section to 100% of the website width by using following css code
#fullwidthmap .container {
width: 100% !important;
}
Awesome, just tried it myself and works great!