Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempor incididunt utlabore et dolore magna aliqua. Utenim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Usage
<section class="section-map section-map-right"> <div class="google-map" data-coords="12.123456,12.123456" data-zoom="12" data-marker-pos="left"></div> <div class="container"> </div> </section>
<section class="section-map"> <div class="google-map" data-coords="12.123456,12.123456" data-zoom="12" data-marker-pos="right"></div> <div class="container"> </div> </section>
Settings
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Alignment | -- |
Add the class section-map-right to the section and set the attribute data-marker-pos="right" to move the content box on right and the map marker on left.
|
||||||||||||||
Map Key | -- |
Watch a video tutorial here. |
||||||||||||||
Options | Attribute |
|
||||||||||||||
Custom skin | -- |
|
||||||||||||||
Full width | CSS |
Add the class section-full-width to make the section full width.
Try it
Full width
|
||||||||||||||
Code location | Information |
The sections must be placed inside the <main> </main> code block.
For more details visit the getting started page.
|