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?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.