Got some problems with the GK-Locate botton.
it is not aligned right (see photo)
I want the button always on the right side no matter what size the screen is or device it's on.
hope you can help me out

Best regards,
Stef
lexxxex wrote:Thank you, I've found))![]()
There are few important elements in the above code:
<div class="gk-map" data-latitude="-34.397" data-longitude="150.644" data-zoom="8" data-ui="yes"></div>
This is a code responsible for creating the background map. The data attributes specifies the location (based on the latitude and longitude), map zoom and usage of the map interface (data-ui attribute).
The map is hidden under the overlay area created by the element with gk-over-map class (which additionally uses the previously mentioned gkCols feature).