Hi, i am displaying location on a map and using big marker icon. Its not possible to see most of that icon as map's height is not large enough. But it fits there, I just need to move map center relative up from the point. Is there a way how to do it?

Comments

RdeBoer’s picture

Hmm...
This may give some relief:

In the style.css of your custom theme add the following:

 div.leaflet-map-pane {
    top: 100px;
 }

Then you'll probably want to make some additional tweaks.

RdeBoer’s picture

Status: Active » Closed (works as designed)