Extend leaflet to allow controls to be placed position top-center and bottom-center
No support for IE8 (Using flex)
bower install https://github.com/FCOO/leaflet-control-topcenter.git --save
http://FCOO.github.io/leaflet-control-topcenter/demo/
Create controls with with position: "topcenter" or position: "bottomcenter"
map.addControl(new L.Control.Zoom({ position: 'topcenter' })); //Adds a zoom-control at the top-center
This plugin is licensed under the MIT license.
Copyright (c) 2016 FCOO