Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26275

    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

    #129901

    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;
    }

    #129902

    Awesome, just tried it myself and works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Google maps in full width slider’ is closed to new replies.