I am trying to customize zoom control (+/-), so it should appear in the right side like Google maps (https://www.google.com/maps/)
I tried to add float:right;
float:right;
Currently you can use:
var map = L.map('map', { zoomControl: true }); map.zoomControl.setPosition('topright');