<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a way to adjust width of search widget in js api? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321070#M29552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the question is already in the title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search widget is about 280px wide, and I just need to make it about 200px to fit to my tool bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 10:04:41 GMT</pubDate>
    <dc:creator>MichaelKefahuchi</dc:creator>
    <dc:date>2016-02-09T10:04:41Z</dc:date>
    <item>
      <title>Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321070#M29552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the question is already in the title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search widget is about 280px wide, and I just need to make it about 200px to fit to my tool bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321070#M29552</guid>
      <dc:creator>MichaelKefahuchi</dc:creator>
      <dc:date>2016-02-09T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321071#M29553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did is defined in the esri.css stylesheet (look inside it for.arcgisSearch .searchGroup .searchInput ). You could override it with your own css.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321071#M29553</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-02-09T10:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321072#M29554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Richard,&lt;/P&gt;&lt;P&gt;I have already played with that css selectors however without success. Here is jsfiddle if you wish to have a look:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsfiddle.net/kefahuchi/dxeuojy3/" title="https://jsfiddle.net/kefahuchi/dxeuojy3/"&gt;search widget width - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;My tries are commented out, so far nothing worked...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321072#M29554</guid>
      <dc:creator>MichaelKefahuchi</dc:creator>
      <dc:date>2016-02-09T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321073#M29555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Michael,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Try using the following css:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; .arcgisSearch .searchGroup .searchInput {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; width:100px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 12:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321073#M29555</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2016-02-09T12:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321074#M29556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard thank you very much. I just didn't realize that I have to use all three selectors, till I read Anthony's answer. So I am marking Anthony's answer as correct one, but it is just because it was more obvious to me. I wish I could mark both as correct.&lt;/P&gt;&lt;P&gt;Big THANK YOU to both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 13:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321074#M29556</guid>
      <dc:creator>MichaelKefahuchi</dc:creator>
      <dc:date>2016-02-09T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321075#M29557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also mark answers as being helpful in addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321075#M29557</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2016-02-09T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust width of search widget in js api?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321076#M29558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for suggestion, I did that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 05:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-adjust-width-of-search-widget-in/m-p/321076#M29558</guid>
      <dc:creator>MichaelKefahuchi</dc:creator>
      <dc:date>2016-02-10T05:35:05Z</dc:date>
    </item>
  </channel>
</rss>

