How do I edit the size of the geocoder in web app builder?

5896
15
Jump to solution
05-05-2015 06:35 PM
BrandonKeinath1
Occasional Contributor III

I'm trying to modify the size of the geocoder in a web app builder application.  I'm able to modify the size of the drop down portion by editing the second line of the style.css.  This makes the "Search in" portion bigger.

.jimu-widget-geocoder{
  width: 500px !important;

Geocodersize.JPG

I'd like to modify the size of the geocoder upper portion so that our addresses and customer names fit.  Any thoughts would be helpful.


Thanks,


Brandon

0 Kudos
15 Replies
BrandonKeinath1
Occasional Contributor III

Hi Robert,

As usual that did the trick.  Thanks for the help!

Brandon

0 Kudos
BrandonKeinath1
Occasional Contributor III

Hi Robert,

It's been a while on this topic and I'm finally getting to trying it.  But I'm having trouble finding where I put the code.

Thanks,


Brandon

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Brandon,

  Just add it to the widgets style.css.

BrandonKeinath1
Occasional Contributor III

HI Robert,

Sorry for the silly question.  I actually did implement this fix for my geocoder just like you said but then the question came up for pop-ups in a meeting today and I got excited, and confused it seems, and posted to the wrong thread.  Thanks for the help and sorry for the trouble.


Brandon

0 Kudos
RickeyFight
MVP Regular Contributor

Brandon,

On another note: Could this same concept  be applied to pop-up containers?  There are some questions out on geonet, some of them mine, on editing the default pop-up window size.

Have you seen this Popup Size for Edit widget

BrandonKeinath1
Occasional Contributor III

Hi Rickey,

I hadn't.  Thanks for sharing.  I'll add some comments over on that discussion.

Brandon

0 Kudos