I want to place the zoom control in middle right of the the map i.e. in the middle of the right most side of the map. I have found solution to put the zoom control in differ
this worked for me
var map = new L.map("map-container",{ zoomControl: false }); L.control.zoom({ position: 'topright' }).addTo(map);