<?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: Edit hidden row (mobile) on HUB in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268582#M5607</link>
    <description>&lt;P&gt;I used the following CSS to hide a row on extra small and small screens: &lt;STRONG&gt;hidden-xs hidden-sm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...and the following to hide a row on medium and large screens: &lt;STRONG&gt;hidden-m hidden-lg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This way I had a row that was set up for each type of screen.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 16:50:41 GMT</pubDate>
    <dc:creator>KyleHeulitt2</dc:creator>
    <dc:date>2023-03-16T16:50:41Z</dc:date>
    <item>
      <title>Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1249128#M5514</link>
      <description>&lt;P&gt;I have created a hub page with two rows. The first displays on screens above and including 768px (hidden-xs) and the second row displays only on screens below 768px (visible-xs).&lt;/P&gt;&lt;P&gt;My problem is that I can no longer access the second row to edit it.&lt;/P&gt;&lt;P&gt;I can't access it through regular editing options and I don't get the edit option on mobile or when I "inspect" the page and set it small enough.&lt;/P&gt;&lt;P&gt;I tried deleting the two text boxes in the row, but the delete feature is not available on mobile or in "inspect" mode.&lt;/P&gt;&lt;P&gt;Is my ask impossible or am I missing something?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1249128#M5514</guid>
      <dc:creator>AlphonsEvers</dc:creator>
      <dc:date>2023-01-18T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1249136#M5515</link>
      <description>&lt;P&gt;I have figure out a work-around. While not ideal, it did the trick.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;edit mode for the hub page&lt;/LI&gt;&lt;LI&gt;inspect the page on desktop while&lt;/LI&gt;&lt;LI&gt;in DevTools (Edge) go to both rows and remove the visible-xs and hidden-xs classes.&lt;/LI&gt;&lt;LI&gt;click edit in the previously hidden row&lt;/LI&gt;&lt;LI&gt;remove class.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Not pretty but it worked.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1249136#M5515</guid>
      <dc:creator>AlphonsEvers</dc:creator>
      <dc:date>2023-01-18T17:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1258560#M5555</link>
      <description>&lt;P&gt;I'm having the same problem - thanks for the workaround but this is far from ideal ESRI.&lt;/P&gt;&lt;P&gt;I'm also noticing that resizing the screen width is bringing my hidden-xs and hidden-s items back into view for editing, which is a bit easier.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 17:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1258560#M5555</guid>
      <dc:creator>KyleHeulitt2</dc:creator>
      <dc:date>2023-02-15T17:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268574#M5606</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I ask how you hid the row on mobile?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find an appropriate line to add to the row CSS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:39:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268574#M5606</guid>
      <dc:creator>yrpEH</dc:creator>
      <dc:date>2023-03-16T16:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268582#M5607</link>
      <description>&lt;P&gt;I used the following CSS to hide a row on extra small and small screens: &lt;STRONG&gt;hidden-xs hidden-sm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...and the following to hide a row on medium and large screens: &lt;STRONG&gt;hidden-m hidden-lg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This way I had a row that was set up for each type of screen.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268582#M5607</guid>
      <dc:creator>KyleHeulitt2</dc:creator>
      <dc:date>2023-03-16T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268588#M5608</link>
      <description>&lt;P&gt;Hi yrpEH,&lt;/P&gt;&lt;P&gt;I added my code to the Row CSS Class input when editing the row.&lt;/P&gt;&lt;P&gt;For this to work the way I used it, you need a mobile version of the row and a duplicate version for all other screen sizes.&lt;/P&gt;&lt;P&gt;The mobile version of the row has&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;visible-xs&lt;/STRONG&gt; class and the other version used&amp;nbsp;the &lt;STRONG&gt;hidden-xs&lt;/STRONG&gt; class&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlphonsEvers_0-1678985442987.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65466i7CF7A6CF1BC52F11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlphonsEvers_0-1678985442987.png" alt="AlphonsEvers_0-1678985442987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268588#M5608</guid>
      <dc:creator>AlphonsEvers</dc:creator>
      <dc:date>2023-03-16T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268590#M5609</link>
      <description>&lt;P&gt;From&amp;nbsp;&lt;A href="https://getbootstrap.com/docs/3.4/css/" target="_self"&gt;https://getbootstrap.com/docs/3.4/css/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 931px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65467i99E888BFA9D5E43E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268590#M5609</guid>
      <dc:creator>KyleHeulitt2</dc:creator>
      <dc:date>2023-03-16T16:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268630#M5610</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/418747"&gt;@KyleHeulitt2&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/74216"&gt;@AlphonsEvers&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 17:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1268630#M5610</guid>
      <dc:creator>yrpEH</dc:creator>
      <dc:date>2023-03-16T17:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1680978#M6849</link>
      <description>&lt;P&gt;Why would you comment on using the row class CSS then post an example image with nothing in it? Dont you think it would have made sense to show the example? This is not helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just advice for next time if you want to create helpful discussion.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 22:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1680978#M6849</guid>
      <dc:creator>DonavanSnow</dc:creator>
      <dc:date>2026-01-29T22:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Edit hidden row (mobile) on HUB</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1680982#M6850</link>
      <description>&lt;P&gt;Does anyone have an actual example of what the input into AGO looks like?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 22:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/edit-hidden-row-mobile-on-hub/m-p/1680982#M6850</guid>
      <dc:creator>DonavanSnow</dc:creator>
      <dc:date>2026-01-29T22:33:53Z</dc:date>
    </item>
  </channel>
</rss>

