<?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: Centering Flexible Columns within a module group in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521597#M25984</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the page? Might be able to help out!&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 13:04:38 GMT</pubDate>
    <dc:creator>Teun</dc:creator>
    <dc:date>2021-11-05T13:04:38Z</dc:date>
    <item>
      <title>Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521566#M25980</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble vertically centering flexible columns within a module group. Here is how it looks now in CMS hub :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borkacer_4-1636112944039.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53337i38A24B4ED34E03C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="borkacer_4-1636112944039.png" alt="borkacer_4-1636112944039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the layout in the Design manager:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borkacer_1-1636112430880.png" style="width: 723px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53333i8BB2CCAC5BC93209/image-dimensions/723x164?v=v2" width="723" height="164" role="button" title="borkacer_1-1636112430880.png" alt="borkacer_1-1636112430880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each flexible column has a &lt;STRONG&gt;width: 15%&lt;/STRONG&gt; assigned in the "inline styling".&amp;nbsp;&lt;/P&gt;&lt;P&gt;The columns are under a module group with a CSS class "&lt;STRONG&gt;.container-equal-columns&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borkacer_2-1636112564064.png" style="width: 496px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53334iBC6F24C118F76E84/image-dimensions/496x196?v=v2" width="496" height="196" role="button" title="borkacer_2-1636112564064.png" alt="borkacer_2-1636112564064.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is also another module group "&lt;STRONG&gt;5 columns&lt;/STRONG&gt;" with a CSS class "&lt;STRONG&gt;.columns-service-page&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borkacer_3-1636112721132.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53335i87E3C43F6B3EC38C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="borkacer_3-1636112721132.png" alt="borkacer_3-1636112721132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me to distribute those columns evenly and center vertically? I would like the width of the whole group module to stay 95% of the page and width of each flexible column 15%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 11:49:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521566#M25980</guid>
      <dc:creator>borkacer</dc:creator>
      <dc:date>2021-11-05T11:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521582#M25981</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did you try display: flex and justify-content:&amp;nbsp; center&lt;/P&gt;
&lt;P&gt;or justify-content: space-between/around/evenly for&amp;nbsp;&lt;FONT&gt;container-equal-columns?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe display: grid can also help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/" target="_blank" rel="noopener"&gt;Here&lt;/A&gt; are one guide for display flex and &lt;A href="https://css-tricks.com/snippets/css/complete-guide-grid/" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for display grid!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Özcan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:42:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521582#M25981</guid>
      <dc:creator>Oezcan</dc:creator>
      <dc:date>2021-11-05T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521586#M25982</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/250023"&gt;@Oezcan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried all of that, in different combinations as well &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt; and with "margin: 0 auto !important" and still nothing. All the columns are still aligned to the left&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:45:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521586#M25982</guid>
      <dc:creator>borkacer</dc:creator>
      <dc:date>2021-11-05T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521597#M25984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the page? Might be able to help out!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 13:04:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521597#M25984</guid>
      <dc:creator>Teun</dc:creator>
      <dc:date>2021-11-05T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521604#M25985</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i tried with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.container-equal-columns {&lt;/P&gt;
&lt;P&gt;margin: 0 auto;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.container-equal-columns .row-fluid {&lt;/P&gt;
&lt;P&gt;display: flex;&lt;/P&gt;
&lt;P&gt;justify-content: center&lt;/P&gt;
&lt;P&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="Oezcan_0-1636117825845.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53340i08DD9F0DA41B0F21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Oezcan_0-1636117825845.png" alt="Oezcan_0-1636117825845.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="Oezcan_1-1636117881071.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53341iA0C458CAC048EDC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Oezcan_1-1636117881071.png" alt="Oezcan_1-1636117881071.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe it will work that way for you too&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Özcan&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 13:15:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521604#M25985</guid>
      <dc:creator>Oezcan</dc:creator>
      <dc:date>2021-11-05T13:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521626#M25986</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i tried another variant and i'm more satisfied with it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;.container-equal-columns&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;width&lt;SPAN class="" style="font-family: inherit;"&gt;: &lt;SPAN class="" style="font-family: inherit;"&gt;80% !important&lt;SPAN style="font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class=""&gt;}
&lt;DIV class=""&gt;&amp;nbsp;
&lt;DIV class=""&gt;and your .row-fluid:&amp;nbsp;
&lt;DIV class=""&gt;&amp;nbsp;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;.row-fluid&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;display&lt;SPAN class="" style="font-family: inherit;"&gt;: &lt;SPAN class="" style="font-family: inherit;"&gt;flex&lt;SPAN style="font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;&lt;SPAN class="" style="font-family: inherit;"&gt;justify-content&lt;SPAN class="" style="font-family: inherit;"&gt;: &lt;SPAN class="" style="font-family: inherit;"&gt;center&lt;SPAN style="font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class=""&gt;}
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Oezcan_0-1636120141416.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/53344i31E586D6F4939756/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Oezcan_0-1636120141416.png" alt="Oezcan_0-1636120141416.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;please excuse my other solution beforehand if it did not help.
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;best regards
&lt;DIV class=""&gt;&amp;nbsp;
&lt;DIV class=""&gt;Özcan&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 13:49:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/521626#M25986</guid>
      <dc:creator>Oezcan</dc:creator>
      <dc:date>2021-11-05T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/522550#M26012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot; Please try This Css I hope your query resolved with this code .\r\n\r\n if not shareme LIVE Url i will check and send you code\r\n\r\n.container-equal-columns .row-fluid {\r\n  display: flex;\r\n  justify-content: center\r\n}\r\n\r\n.columns-service-page{  \r\n   display: flex;\r\n   justify-content: center\r\n}&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:829,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;6&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;7&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;8&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}"&gt; Please try this CSS:&lt;BR /&gt;&lt;BR /&gt;if not shareme LIVE Url i will check and send you code &lt;BR /&gt;&lt;BR /&gt;.container-equal-columns .row-fluid { &lt;BR /&gt;display: flex; &lt;BR /&gt;justify-content: center &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;.columns-service-page{ &lt;BR /&gt;display: flex; &lt;BR /&gt;justify-content: center &lt;BR /&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 12:25:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/522550#M26012</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2021-11-08T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Flexible Columns within a module group</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/530391#M26247</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/234967"&gt;@borkacer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did my suggestion help you? Were you able to center the modules? If not here is another solution:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.container-equal-columns .row-fluid {
width: 95%;
margin: 0 auto;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if we can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Özcan&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 21:56:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Centering-Flexible-Columns-within-a-module-group/m-p/530391#M26247</guid>
      <dc:creator>Oezcan</dc:creator>
      <dc:date>2021-11-22T21:56:53Z</dc:date>
    </item>
  </channel>
</rss>

