Is it possible to move the search submit button to left?

308
1
12-21-2021 05:20 PM
altair
by
New Contributor III

Is it possible to move the search submit button to left?

current design

altair_0-1640135823306.png

 

what i want

 

altair_1-1640135965152.png

 

 

0 Kudos
1 Reply
ReneRubalcava
Frequent Contributor

I don't think there's a setting for this.

You can add some CSS to accomplish this.

.esri-search_container {
  flex-direction: row-reverse;
}

This moves the arrow when there are multiple sources too, so keep that in mind.