<?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: How to get image cards side by side in html in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150222#M5118</link>
    <description>&lt;P&gt;Do you have a url to the live view of your actual site? It'd be easier for me to determine the issue.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 15:57:23 GMT</pubDate>
    <dc:creator>KlaraSchmitt</dc:creator>
    <dc:date>2022-03-03T15:57:23Z</dc:date>
    <item>
      <title>How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1149971#M5113</link>
      <description>&lt;P&gt;How do I get these images that link to applications to sit horizontally instead of vertically in HUB? I want them to all be in the same row, 2 columns, but just the small picture image. My html is pasted below the image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaraUtter_0-1646262533565.png" style="width: 599px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35437i7B12A5FE09DD1806/image-dimensions/599x253?v=v2" width="599" height="253" role="button" title="KaraUtter_0-1646262533565.png" alt="KaraUtter_0-1646262533565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="text-align: right;"&amp;gt;&amp;lt;a href="&lt;A href="https://experience.arcgis.com/experience/948002caf8c64d76918b146cbcb730e2/" target="_blank"&gt;https://experience.arcgis.com/experience/948002caf8c64d76918b146cbcb730e2/&lt;/A&gt;"&amp;gt;&amp;lt;img src="&lt;A href="https://valleycounty.maps.arcgis.com/sharing/rest/content/items/f9492c34c048478b870af474affa2942/data" target="_blank"&gt;https://valleycounty.maps.arcgis.com/sharing/rest/content/items/f9492c34c048478b870af474affa2942/data&lt;/A&gt;" alt="Assessor's Parcel Map" style="background-color: initial; color: currentcolor; height: 250px; border-radius: 10px; border-style: solid; border-color: #314949; border-width: 3px; box-shadow: 5px 5px 5px #3A3E3E"&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt; &amp;lt;div style="text-align: right;"&amp;gt;&amp;lt;a href="&lt;A href="https://storymaps.arcgis.com/stories/6c4224c70c6c48b8a53e74768fdbedc2" target="_blank"&gt;https://storymaps.arcgis.com/stories/6c4224c70c6c48b8a53e74768fdbedc2&lt;/A&gt;"&amp;gt;&amp;lt;img src="&lt;A href="https://valleycounty.maps.arcgis.com/sharing/rest/content/items/ce0be3569e5b44669110d8a93996545b/data" target="_blank"&gt;https://valleycounty.maps.arcgis.com/sharing/rest/content/items/ce0be3569e5b44669110d8a93996545b/data&lt;/A&gt;" alt="Redistricting Commissioner Districts StoryMap" style="background-color: initial; color: currentcolor; height: 250px; border-radius: 10px; border-style: solid; border-color: #314949; border-width: 3px; box-shadow: 5px 5px 5px #3A3E3E"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 23:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1149971#M5113</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-02T23:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150157#M5114</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The reason your images are stacked is because the cards in the layout editor span a 12-column grid system and it looks like your Text Card is maybe 4 columns wide. You can use the left arrow button that appears on hover to expand the width of the Text card until your images are side-by-side or you can change the width of the images by using an inline&amp;nbsp;&lt;STRONG&gt;width&lt;/STRONG&gt; attribute similar to how you have your height attribute. (You'll likely have to change your height value if you use a smaller width value though.)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 14:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150157#M5114</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2022-03-03T14:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150197#M5115</link>
      <description>&lt;P&gt;Hi Klara, thanks for the response. Your suggestion is the first thing I tried yesterday prior to submitting the question to the community and it didn't work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaraUtter_0-1646320405966.png" style="width: 680px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35491iBCED24E97C0F05AE/image-dimensions/680x379?v=v2" width="680" height="379" role="button" title="KaraUtter_0-1646320405966.png" alt="KaraUtter_0-1646320405966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 15:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150197#M5115</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-03T15:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150207#M5116</link>
      <description>&lt;P&gt;Hmm. My next guess is that these are rendering as block-level elements, rather than inline as I would've expected on images. I missed the fact you had divs wrapped around the images.&amp;nbsp;&lt;STRONG&gt;&amp;lt;div&amp;gt;&lt;/STRONG&gt; elements are generally &lt;STRONG&gt;display:block&lt;/STRONG&gt; by default. You could try pulling the div off and putting the&amp;nbsp;&lt;STRONG&gt;.text-align&lt;/STRONG&gt; class on the&amp;nbsp;&lt;STRONG&gt;&amp;lt;a&amp;gt;&lt;/STRONG&gt; element instead and if that doesn't work, try&amp;nbsp;&lt;STRONG&gt;display: inline&lt;/STRONG&gt; on the actual image styles.&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class=""&gt;Updating Media&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 15:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150207#M5116</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2022-03-03T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150221#M5117</link>
      <description>&lt;P&gt;Thanks, Klara. That worked to get them in the same row, but now I am having issues getting the cards to align with the text card to the left of them. I made sure all their heights were the same and I took out any reference to padding. They look good on the editing site (first image below), but when I view the published site, the top of the text card on the left is lower than the top of the image cards on the right (bottom image):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaraUtter_1-1646322491366.png" style="width: 580px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35497iE38B6E5266BF855E/image-dimensions/580x274?v=v2" width="580" height="274" role="button" title="KaraUtter_1-1646322491366.png" alt="KaraUtter_1-1646322491366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaraUtter_0-1646322455847.png" style="width: 508px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35496i3D127B98DAD2E1A5/image-dimensions/508x261?v=v2" width="508" height="261" role="button" title="KaraUtter_0-1646322455847.png" alt="KaraUtter_0-1646322455847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;TEXT CARD HTML:&lt;/P&gt;&lt;P&gt;&amp;lt;div style="border:2px; border-style:solid; border-color:#314949; border-radius:10px; height: 250px; background:#FFFFFF"&amp;gt;&amp;lt;h1 style="text-align: center; color: #149898;"&amp;gt;&amp;lt;u&amp;gt;Popular Resources&amp;lt;/u&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;h6 style="text-align: center;color: #149898"&amp;gt;&amp;lt;span style="color: inherit; font-family: var(--fontsHeadingFamily),Avenir Next; font-size: var(--font-size-h5);"&amp;gt;Easy access to some of our most popular resources.&amp;lt;/span&amp;gt;&amp;lt;/h6&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMAGE CARDS HTML:&lt;/P&gt;&lt;P&gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;a style="text-align: right;" href="&lt;A href="https://experience.arcgis.com/experience/948002caf8c64d76918b146cbcb730e2/" target="_blank"&gt;https://experience.arcgis.com/experience/948002caf8c64d76918b146cbcb730e2/&lt;/A&gt;"&amp;gt;&amp;lt;img src="&lt;A href="https://valleycounty.maps.arcgis.com/sharing/rest/content/items/f9492c34c048478b870af474affa2942/data" target="_blank"&gt;https://valleycounty.maps.arcgis.com/sharing/rest/content/items/f9492c34c048478b870af474affa2942/data&lt;/A&gt;" alt="Assessor's Parcel Map" style="background-color: initial; color: currentcolor; height: 250px; border-radius: 10px; border-style: solid; border-color: #314949; border-width: 3px; box-shadow: 5px 5px 5px #3A3E3E"&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;a style="text-align: right;" href="&lt;A href="https://storymaps.arcgis.com/stories/6c4224c70c6c48b8a53e74768fdbedc2" target="_blank"&gt;https://storymaps.arcgis.com/stories/6c4224c70c6c48b8a53e74768fdbedc2&lt;/A&gt;"&amp;gt;&amp;lt;img src="&lt;A href="https://valleycounty.maps.arcgis.com/sharing/rest/content/items/ce0be3569e5b44669110d8a93996545b/data" target="_blank"&gt;https://valleycounty.maps.arcgis.com/sharing/rest/content/items/ce0be3569e5b44669110d8a93996545b/data&lt;/A&gt;" alt="Redistricting Commissioner Districts StoryMap" style="background-color: initial; color: currentcolor; height: 250px; border-radius: 10px; border-style: solid; border-color: #314949; border-width: 3px; box-shadow: 5px 5px 5px #3A3E3E"&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 15:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150221#M5117</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-03T15:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150222#M5118</link>
      <description>&lt;P&gt;Do you have a url to the live view of your actual site? It'd be easier for me to determine the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 15:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150222#M5118</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2022-03-03T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150225#M5119</link>
      <description>&lt;P&gt;I got it to work! they are aligned vertically. One thing I would love to do is make the second image card in the second column right justified so it lines up with the gallery below it. Then I wouldn't know how to adjust the first image card to make spacing equal between it and the cards on either side of it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis-portal-valleycounty.hub.arcgis.com/" target="_blank"&gt;Valley County GIS Portal (arcgis.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 16:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150225#M5119</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-03T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150237#M5120</link>
      <description>&lt;P&gt;Do you have any advice on the alignment scenario that I'm looking to try and create?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 16:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150237#M5120</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-03T16:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150451#M5122</link>
      <description>&lt;P&gt;All my quick solutions would result in unbalanced middle spacing. You could consider is placing resources in the same Text Card as the images. Then you could use&amp;nbsp;&lt;STRONG&gt;display: flex; justify-content: space-between;&lt;/STRONG&gt;&amp;nbsp;to even out the spacing. However, the caveat with flexbox is that you'll probably want to use some media-queries with it so you can set &lt;STRONG&gt;flex-wrap: wrap&lt;/STRONG&gt; at certain breakpoints to control&amp;nbsp;how you want the layout handled on smaller devices. Another alternative if you want our grid to take care of the resizing and spacing would be to put each image in its own Text Card and perhaps add the class&amp;nbsp;&lt;STRONG&gt;.pull-right&lt;/STRONG&gt; to the &lt;STRONG&gt;a&lt;/STRONG&gt; tag&amp;nbsp;containing the end-most image.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 22:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1150451#M5122</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2022-03-03T22:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get image cards side by side in html</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1151261#M5125</link>
      <description>&lt;P&gt;Thanks for looking into this for me! I think I will leave it as it is for now and just call it good. I can mini-adjust spaces and colors to death.&lt;/P&gt;&lt;P&gt;You are really great, thanks for all you do, Klara.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 14:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-get-image-cards-side-by-side-in-html/m-p/1151261#M5125</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2022-03-07T14:27:34Z</dc:date>
    </item>
  </channel>
</rss>

