<?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 Re: Modify width of popup - Basic Viewer custom CSS in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145890#M7138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right modifying the popup via css is always tricky because of all the parts. The easiest way to change the popup size is to use the resize method in JavaScript but I get that you want to make the modification without downloading and hosting the app.&lt;/P&gt;&lt;P&gt;Try modifying the width of the sizer. I tested this out a bit and it seemed to work ok. &amp;nbsp;Oh and we have a new place called&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/group/4902"&gt;ArcGIS Configurable Apps&lt;/A&gt;‌ that is setup to be a location where you can see what's new in Configurable Apps and get questions answered if you want to check it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-css line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.esriPopup .sizer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="property token"&gt;width&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;400px &lt;SPAN class="important token"&gt;!important&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 17:09:23 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2017-05-26T17:09:23Z</dc:date>
    <item>
      <title>Modify width of popup - Basic Viewer custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145889#M7137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Basic Viewer template, I see that I can include custom css to modify the style of various elements.&amp;nbsp; My popup is a little too narrow for its content, and if it was just a bit wider, I&amp;nbsp;hope to avoid a scrollbar from left to right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to determine what the particular style is to modify, but popups are always tricky because they are so many small elements, nested within one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see there is a class esriPopup light esriPopupVisible, but that seems to manage the placement of the entire tag within the map.&amp;nbsp; The next div within it is has the class esriPopupWrapper, then a size, sizer content, then contentPane.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been able to make the contentPane be larger, but that only takes care of that one part of the tag, not the entire thing.&lt;/P&gt;&lt;P&gt;Which element should I be trying to style?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;How closely do these style names align with the styles in the JavaScript API?&amp;nbsp; I'm much more familiar with it, but our organization is moving toward AGOL, and I need to learn what I may or may not be able to customized in that environment.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 15:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145889#M7137</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2017-05-26T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify width of popup - Basic Viewer custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145890#M7138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right modifying the popup via css is always tricky because of all the parts. The easiest way to change the popup size is to use the resize method in JavaScript but I get that you want to make the modification without downloading and hosting the app.&lt;/P&gt;&lt;P&gt;Try modifying the width of the sizer. I tested this out a bit and it seemed to work ok. &amp;nbsp;Oh and we have a new place called&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/group/4902"&gt;ArcGIS Configurable Apps&lt;/A&gt;‌ that is setup to be a location where you can see what's new in Configurable Apps and get questions answered if you want to check it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-css line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.esriPopup .sizer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="property token"&gt;width&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;400px &lt;SPAN class="important token"&gt;!important&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 17:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145890#M7138</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2017-05-26T17:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Modify width of popup - Basic Viewer custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145891#M7139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it!&amp;nbsp; I think I might have tried that one, but I didn't include !important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 18:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145891#M7139</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2017-05-26T18:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modify width of popup - Basic Viewer custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145892#M7140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, is there a similar method for resizing the&amp;nbsp;popup panel for the minimalist app?&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=50aaf4ec408f4675bc9f30e68441e8f8" title="https://www.arcgis.com/home/item.html?id=50aaf4ec408f4675bc9f30e68441e8f8"&gt;https://www.arcgis.com/home/item.html?id=50aaf4ec408f4675bc9f30e68441e8f8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 00:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145892#M7140</guid>
      <dc:creator>Marc_Graham</dc:creator>
      <dc:date>2018-10-18T00:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify width of popup - Basic Viewer custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145893#M7141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use the exact same approach with Minimalist. The config panel has an option for entering custom css.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/modify-width-of-popup-basic-viewer-custom-css/m-p/145893#M7141</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2018-11-01T16:21:52Z</dc:date>
    </item>
  </channel>
</rss>

