Hello
i embedded a Openstreetmap. i adjusted the max height of my section to 500px because i couldn’t adjust the height of the map. (the column has no spacing.) now my map marker isn’t centered. can someone help me?
http://vhwp.vhcarsystems.be/contact/
Hi @ThibaudDS,
Thanks for reaching out.
You shouldn’t change its size through static height since it’s responsive. Instead, please inspect the column where the map is and add this CSS to Element CSS option.
$el .x-map .x-map-inner {
padding-bottom: 20%;
}


The 20% is what decide the height while being responsive, so it wouldn’t be fixed on 500px while width changes. And it has to be that way since the map element is class.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.