<?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: Zone Lookup: Custom CSS for Exporting PDF in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712205#M3849</link>
    <description>&lt;P&gt;Here's an example of side by side results. Note this probably needs some cleanup but is an example of styling the output.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;@media print {
  .instant-apps-export-print.instant-apps-export-print__pdf {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__view-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__legend-container {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__content-container {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;

    /* Start results on page after map */
    break-before: page !important;
    page-break-before: always !important;
    overflow: visible !important;
    max-height: none !important;
  }

  #printPopupInfo {
    column-count: 2 !important;
    column-gap: 18px !important;
    column-fill: auto !important;
  }

  /* Keep heading with the next result card */
  #printPopupInfo &amp;gt; h2 {
    margin: 0 0 6px 0 !important;
    break-after: avoid-column !important;
    page-break-after: avoid !important;
    -webkit-column-break-after: avoid !important;
  }

  #printPopupInfo &amp;gt; h2 + .popup-content {
    break-before: avoid-column !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
  }

  /* Cards */
  #printPopupInfo &amp;gt; .popup-content {
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;

    /* Allow pagination so all results print */
    break-inside: auto !important;
    page-break-inside: auto !important;
    -webkit-column-break-inside: auto !important;
  }

  /* Prevent wide table cells from blowing up the column width */
  #printPopupInfo .esri-widget__table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  #printPopupInfo th,
  #printPopupInfo td {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  #printPopupInfo .esri-feature,
  #printPopupInfo .esri-feature__size-container,
  #printPopupInfo .esri-feature__main-container,
  #printPopupInfo .esri-feature__content-node,
  #printPopupInfo .esri-feature__content-element {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 02 Jul 2026 23:46:15 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2026-07-02T23:46:15Z</dc:date>
    <item>
      <title>Zone Lookup: Custom CSS for Exporting PDF</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1654934#M3436</link>
      <description>&lt;P&gt;I would love to find a way to customize the export result on my Zone Lookup Instant App (unfortunately not a public app). Right now when I export, it shows the map and then on the second page it shows the Layer Pop-up Details, followed by the Layer Name.&lt;/P&gt;&lt;P&gt;Can this be reorganized using CSS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally I would have the results populate in 2 columns to save space, but my main concern is the content preceding the titles.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 17:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1654934#M3436</guid>
      <dc:creator>MLG-GIS</dc:creator>
      <dc:date>2025-10-02T17:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Lookup: Custom CSS for Exporting PDF</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1654936#M3437</link>
      <description>&lt;P&gt;Example of print out:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LauraGuanes_0-1759428032500.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141303iE34A096758317884/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LauraGuanes_0-1759428032500.png" alt="LauraGuanes_0-1759428032500.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 18:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1654936#M3437</guid>
      <dc:creator>MLG-GIS</dc:creator>
      <dc:date>2025-10-02T18:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Lookup: Custom CSS for Exporting PDF</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712159#M3847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/841089"&gt;@MLG-GIS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also love a way to style the placement of the map and legend and have some more control over the header.&lt;/P&gt;&lt;P&gt;For your case though, the export is pretty much just a screenshot of the results, so you could style your popup into a table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 21:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712159#M3847</guid>
      <dc:creator>JessicaJackson</dc:creator>
      <dc:date>2026-07-02T21:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Lookup: Custom CSS for Exporting PDF</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712204#M3848</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/841089"&gt;@MLG-GIS&lt;/a&gt;&amp;nbsp;yes its possible - but it can be tricky. Can you show me what your popup looks like in the ArcGIS Online Map Viewer so I can understand the issue where the content precedes the titles? That part may be a bug.&lt;/P&gt;&lt;P&gt;We do want to add additional support for layouts in the export but we do not have a time frame for when this capability will be available.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 23:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712204#M3848</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2026-07-02T23:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Lookup: Custom CSS for Exporting PDF</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712205#M3849</link>
      <description>&lt;P&gt;Here's an example of side by side results. Note this probably needs some cleanup but is an example of styling the output.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;@media print {
  .instant-apps-export-print.instant-apps-export-print__pdf {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__view-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__legend-container {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .instant-apps-export-print__content-container {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;

    /* Start results on page after map */
    break-before: page !important;
    page-break-before: always !important;
    overflow: visible !important;
    max-height: none !important;
  }

  #printPopupInfo {
    column-count: 2 !important;
    column-gap: 18px !important;
    column-fill: auto !important;
  }

  /* Keep heading with the next result card */
  #printPopupInfo &amp;gt; h2 {
    margin: 0 0 6px 0 !important;
    break-after: avoid-column !important;
    page-break-after: avoid !important;
    -webkit-column-break-after: avoid !important;
  }

  #printPopupInfo &amp;gt; h2 + .popup-content {
    break-before: avoid-column !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
  }

  /* Cards */
  #printPopupInfo &amp;gt; .popup-content {
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;

    /* Allow pagination so all results print */
    break-inside: auto !important;
    page-break-inside: auto !important;
    -webkit-column-break-inside: auto !important;
  }

  /* Prevent wide table cells from blowing up the column width */
  #printPopupInfo .esri-widget__table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  #printPopupInfo th,
  #printPopupInfo td {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  #printPopupInfo .esri-feature,
  #printPopupInfo .esri-feature__size-container,
  #printPopupInfo .esri-feature__main-container,
  #printPopupInfo .esri-feature__content-node,
  #printPopupInfo .esri-feature__content-element {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Jul 2026 23:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-custom-css-for-exporting-pdf/m-p/1712205#M3849</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2026-07-02T23:46:15Z</dc:date>
    </item>
  </channel>
</rss>

