Does anyone know if it is possible to switch the location of the Edit Feature and Create Feature options in the Edit Widget? It would make more sense for the Create Feature option to be on top.
Re-ordering these options is not an option. At least not without some Developer Edition tricks.
I'm using Developer Edition.
Try adding this to your css.
.esri-editor__panel-content {
flex-direction: column-reverse;
}
Awesome thank you. I'll give that a try.
After I download my package and make the edit to the css and re-zip, I'm not able to import the edited package. Have you ever run into this before? I get an error that says "This is an experience. Please switch to the experiences tab and try again."
I'm on the experiences tab so it makes no sense.
Did you publish the Experience and then use the Download option within Experience Builder to get your new zip file?
Yes.