<?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: Vertical Alignment List Widget in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1618397#M11125</link>
    <description>&lt;P&gt;Unfortunately this doesn't work - across screen sizes the list widget still maintains center within the box and not the widget itself. Im no css pro but it seems like the css of the dashboard itself overrides the widget forced-css&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BJR_0-1748298034658.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133249i00B1909388D7E9E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BJR_0-1748298034658.png" alt="BJR_0-1748298034658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 22:21:22 GMT</pubDate>
    <dc:creator>BJR</dc:creator>
    <dc:date>2025-05-26T22:21:22Z</dc:date>
    <item>
      <title>Vertical Alignment List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1608995#M11050</link>
      <description>&lt;P&gt;Has anyone built an ArcGIS Dashboard that vertically aligns a List Widget within the box? I have tried all sorts of HTML in the Advanced formatting, I have tried the JSON in the Assistant and I have not found any technique that achieves dynamic centering across multiple screen sizes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-24 at 1.34.04 PM.png" style="width: 444px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130934iBF8E56108C9ABF41/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-24 at 1.34.04 PM.png" alt="Screenshot 2025-04-24 at 1.34.04 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my existing Source code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;p style="text-align:center;"&amp;gt;
    &amp;lt;strong&amp;gt;Average Dwell Time&amp;lt;/strong&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;h2 style="margin:0;text-align:center;"&amp;gt;
    &amp;lt;span style="color:hsl(238,72%,63%);font-size:24px;"&amp;gt;&amp;lt;strong&amp;gt;{field/avg_dwell_time}&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/h2&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 17:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1608995#M11050</guid>
      <dc:creator>BJR</dc:creator>
      <dc:date>2025-04-24T17:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Alignment List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1609204#M11051</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/660796"&gt;@BJR&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;One thing you can try is creating a table within a table and setting the alignment values via html on the inset table. I have used that method to center a table based on cell height.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;table border="{expression/tborder}" cellpadding="0" cellspacing="0" style="height:80vh"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;vh uses viewport, aka screensize, when setting the height of a table so be careful when using that but it will allow for values to center based on height. I too have this issue and I am trying to find a work around but this is what I am testing currently.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 13:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1609204#M11051</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-04-25T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Alignment List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1614305#M11099</link>
      <description>&lt;P&gt;Try using flexbox to vertically align your text within the list element:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julia_Levermann_0-1747176473802.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132115i019FABE71EB17CF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julia_Levermann_0-1747176473802.png" alt="Julia_Levermann_0-1747176473802.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;This blog post gives a good overview of flexbox and grid CSS:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/spruce-up-your-pop-ups-with-css" target="_self"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/spruce-up-your-pop-ups-with-css&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 22:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1614305#M11099</guid>
      <dc:creator>Julia_Levermann</dc:creator>
      <dc:date>2025-05-13T22:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Alignment List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1618397#M11125</link>
      <description>&lt;P&gt;Unfortunately this doesn't work - across screen sizes the list widget still maintains center within the box and not the widget itself. Im no css pro but it seems like the css of the dashboard itself overrides the widget forced-css&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BJR_0-1748298034658.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133249i00B1909388D7E9E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BJR_0-1748298034658.png" alt="BJR_0-1748298034658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 22:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/vertical-alignment-list-widget/m-p/1618397#M11125</guid>
      <dc:creator>BJR</dc:creator>
      <dc:date>2025-05-26T22:21:22Z</dc:date>
    </item>
  </channel>
</rss>

