<?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 full_width not working on dnd_section in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/645428#M29007</link>
    <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a drag and drop page and I can't seem to get a section to be Center Content (see screenshot) by default rather than Full Width. I assume I use the boolean full_width=false but it is not working? Any help will be much appreciated. (I've got a feeling I'm missing something super simple here!) Code below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-07 at 09.05.46.png" style="width: 750px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/68052i228262F3FAFC4515/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-06-07 at 09.05.46.png" alt="Screenshot 2022-06-07 at 09.05.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% dnd_section
      vertical_alignment='MIDDLE',
      full_width=false
    %}
      {% dnd_module path='@hubspot/rich_text',
        offset=0,
        width=6,
      %}
        {% module_attribute 'html' %}
          &amp;lt;h2&amp;gt;Heading&amp;lt;/h2&amp;gt;
        {% end_module_attribute %}
      {% end_dnd_module %}
    {% dnd_module path='@hubspot/form'
      offset=6,
        width=6, 
      
    %}
    {% end_dnd_module %}

    {% end_dnd_section %}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 08:12:47 GMT</pubDate>
    <dc:creator>sonicfroots</dc:creator>
    <dc:date>2022-06-07T08:12:47Z</dc:date>
    <item>
      <title>full_width not working on dnd_section</title>
      <link>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/645428#M29007</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a drag and drop page and I can't seem to get a section to be Center Content (see screenshot) by default rather than Full Width. I assume I use the boolean full_width=false but it is not working? Any help will be much appreciated. (I've got a feeling I'm missing something super simple here!) Code below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-07 at 09.05.46.png" style="width: 750px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/68052i228262F3FAFC4515/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-06-07 at 09.05.46.png" alt="Screenshot 2022-06-07 at 09.05.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% dnd_section
      vertical_alignment='MIDDLE',
      full_width=false
    %}
      {% dnd_module path='@hubspot/rich_text',
        offset=0,
        width=6,
      %}
        {% module_attribute 'html' %}
          &amp;lt;h2&amp;gt;Heading&amp;lt;/h2&amp;gt;
        {% end_module_attribute %}
      {% end_dnd_module %}
    {% dnd_module path='@hubspot/form'
      offset=6,
        width=6, 
      
    %}
    {% end_dnd_module %}

    {% end_dnd_section %}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 08:12:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/645428#M29007</guid>
      <dc:creator>sonicfroots</dc:creator>
      <dc:date>2022-06-07T08:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: full_width not working on dnd_section</title>
      <link>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/645671#M29011</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131510"&gt;@webdew&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/250023"&gt;@Oezcan&lt;/a&gt;&amp;nbsp;do you have any insight for&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/150037"&gt;@sonicfroots&lt;/a&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you! — Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:25:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/645671#M29011</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-06-07T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: full_width not working on dnd_section</title>
      <link>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/646136#M29029</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems we need to define a &lt;STRONG&gt;max_width&lt;/STRONG&gt; along with the full_width parameter as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the code that worked for me, setting the maximum content width to 300px:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  {% dnd_section
      vertical_alignment='MIDDLE',
      full_width=false,
      max_width=300
    %}
      {% dnd_module path='@hubspot/rich_text',
        offset=0,
        width=6,
      %}
        {% module_attribute 'html' %}
          &amp;lt;h2&amp;gt;Heading&amp;lt;/h2&amp;gt;
        {% end_module_attribute %}
      {% end_dnd_module %}
    {% dnd_module path='@hubspot/form'
      offset=6,
        width=6, 
      
    %}
    {% end_dnd_module %}

    {% end_dnd_section %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if making this change works on your end!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Slight edit&lt;/EM&gt;: I tested this without 'full_width=false' and just specifying the max_width and find that it automatically sets the section to be Center Content&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Antonin&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 09:43:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/full-width-not-working-on-dnd-section/m-p/646136#M29029</guid>
      <dc:creator>AntoninCrestois</dc:creator>
      <dc:date>2022-06-08T09:43:22Z</dc:date>
    </item>
  </channel>
</rss>

