<?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 Can you adjust the pop up template in arcGIS online? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195404#M9620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to edit the size of a pop up window in ArcGIS online for a webmap? (Or otherwise edit the pop up template)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jun 2019 17:55:38 GMT</pubDate>
    <dc:creator>FrancineStringer</dc:creator>
    <dc:date>2019-06-17T17:55:38Z</dc:date>
    <item>
      <title>Can you adjust the pop up template in arcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195404#M9620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to edit the size of a pop up window in ArcGIS online for a webmap? (Or otherwise edit the pop up template)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 17:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195404#M9620</guid>
      <dc:creator>FrancineStringer</dc:creator>
      <dc:date>2019-06-17T17:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can you adjust the pop up template in arcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195405#M9621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/364261"&gt;Francine,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand your question correctly and you were in reference to an ArcGIS Online map you have published, yes. &amp;nbsp; The pop ups are substantially configurable and even support some HTML and Arcade code. &amp;nbsp;Although size is not directly controllable you can modify the content which indirectly affects the size.&amp;nbsp; Take a look at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm" title="https://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm"&gt;Configure pop-ups—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/reference/supported-html.htm" title="https://doc.arcgis.com/en/arcgis-online/reference/supported-html.htm"&gt;Supported HTML—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/combining-arcade-and-html-for-a-real-life-pop-up-display/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/combining-arcade-and-html-for-a-real-life-pop-up-display/"&gt;Combining Arcade and HTML for a Real-life Pop-up Display&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 01:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195405#M9621</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-18T01:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can you adjust the pop up template in arcGIS online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195406#M9622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can customize the Esri popup size through its CSS property's. Simply use the following code in your &amp;lt;style&amp;gt;&amp;lt;/style&amp;gt; and change whatever you wish to your liking and add or remove different CSS properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #222222;"&gt;&lt;DIV&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.esri-popup__main-container&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   &lt;SPAN class="property token"&gt;max-height&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ?px
   &lt;SPAN class="property token"&gt;min-height&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ?px
   &lt;SPAN class="property token"&gt;max-width&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ?px
   &lt;SPAN class="property token"&gt;min-width&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ?px

&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222;"&gt;I also recommend this link if you are unsure about the CSS properties of the Esri popup widget:&amp;nbsp;&lt;A class="link-bare" href="https://github.com/Esri/arcgis-js-api/blob/4master/themes/base/widgets/_Popup.scss" title="https://github.com/Esri/arcgis-js-api/blob/4master/themes/base/widgets/_Popup.scss" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/Esri/arcgis-js-api/blob/4master/themes/base/widgets/_Popup.scss&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-you-adjust-the-pop-up-template-in-arcgis/m-p/195406#M9622</guid>
      <dc:creator>DavidWilson3</dc:creator>
      <dc:date>2021-12-11T09:46:52Z</dc:date>
    </item>
  </channel>
</rss>

