<?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: Divs Not Equal Height when using Flexbox in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Divs-Not-Equal-Height-when-using-Flexbox/m-p/413524#M21452</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/168845"&gt;@SGriffinKatzcy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;first deactivate all of your custom CSS and then try following code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.slick-track{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    }

.slick-track .Resources_single{
order: 0;
    flex: 0 1 auto;
    align-self: auto;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
    <pubDate>Sun, 28 Feb 2021 15:03:47 GMT</pubDate>
    <dc:creator>Anton</dc:creator>
    <dc:date>2021-02-28T15:03:47Z</dc:date>
    <item>
      <title>Divs Not Equal Height when using Flexbox</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Divs-Not-Equal-Height-when-using-Flexbox/m-p/413273#M21432</link>
      <description>&lt;P&gt;In the &lt;STRONG&gt;Resources&lt;/STRONG&gt; section of&amp;nbsp;&lt;A href="https://cylera-7852770.hs-sites.com/" target="_blank" rel="noopener"&gt;https://cylera-7852770.hs-sites.com/&lt;/A&gt;&amp;nbsp;I'm trying to force the slides to be an equal height, but applying these isn't having an effect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#hs_cos_wrapper_module_16127959672862 .slick-track {
  display: flex;
}

#hs_cos_wrapper_module_16127959672862 .slick-slide {
  flex: 1;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wasn't sure if flex needed to be added to .Resources_single as well, so I tried adding this too (without any success):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#hs_cos_wrapper_module_16127959672862 .Resources_single {
  flex: inherit;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not an expert at CSS, so I'm sure I&amp;nbsp; must be making a basic error somewhere. Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***As a workaround, I currently have a fixed height being applied, but that's not an ideal solution!***&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 16:42:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Divs-Not-Equal-Height-when-using-Flexbox/m-p/413273#M21432</guid>
      <dc:creator>SGriffinKatzcy</dc:creator>
      <dc:date>2021-02-26T16:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Divs Not Equal Height when using Flexbox</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Divs-Not-Equal-Height-when-using-Flexbox/m-p/413524#M21452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/168845"&gt;@SGriffinKatzcy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;first deactivate all of your custom CSS and then try following code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.slick-track{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    }

.slick-track .Resources_single{
order: 0;
    flex: 0 1 auto;
    align-self: auto;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 15:03:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Divs-Not-Equal-Height-when-using-Flexbox/m-p/413524#M21452</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2021-02-28T15:03:47Z</dc:date>
    </item>
  </channel>
</rss>

