can I change controls position with yandex map constructor?
My maps controls looks like that
So i need to move all controlls to right a bit.
Using yandex API i can do it like that:
urMap.controls.add('zoomControl', {position: {left: '40px', top: '100px'}});
But can i reach it just using the map-constructor