I want to move it to the upper right hand corner of the map from ArcGIS Online webmap
You say "Zoom Slider"?
Yes, zoom tool/slider. JavaScript uses the slider-position parameter. Looking for something similar.
You must override .esriLargeSliderTL class of the esri.css.
Example:
.esriLargeSliderTL {
top: 80px;
right: 30px;
}
Right, but I want to leave it on ArcGIS online. How do I overwrite their css setting?
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.