Change location of a widget within a theme?

343
1
07-17-2020 01:36 PM
JonDemuth1
New Contributor

Hello,

I am looking for the location of the .json or .css (or whatever the file is) to change the location of a custom widget with the Dart Theme? I do not like the location and want it UNDER the 'Search' widget.

This widget is in the 'Dart Controller' box of the Dart Theme. Do I need to modify a widget config file AND the Theme config file??

Any help would be wonderful. Thanks!

Tags (1)
0 Kudos
1 Reply
MattPohl
Occasional Contributor II

Jon-

You should be able to accomplish this by changing only the config.json file in your app (Install location:\Webapp Builder\WebAppBuilderForArcGIS\server\apps\"app#"\config.json.

Find your widget in the config.json file and then change the "left" and "top" properties for its position.Save and reload 

0 Kudos