<?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 Form is getting cut off on landing page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849182#M35833</link>
    <description>&lt;P&gt;I've got a form that I just created on a landing page, but it keeps getting cutoff on the bottom. &amp;nbsp;I've checked another form that we created a while back (cloned it, etc.) and it works fine. &amp;nbsp;The new form is actually shorter than the old form, both are linked below. &amp;nbsp;Anyone have any ideas on how to resolve?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;NEW FORM:&amp;nbsp;&lt;A href="https://go.bdex.com/vp-custom-audience" target="_blank" rel="noopener"&gt;https://go.bdex.com/vp-custom-audience&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OLD FORM:&amp;nbsp;&lt;A href="https://go.bdex.com/tivo-bdex-partnership-segment-request" target="_blank" rel="noopener"&gt;https://go.bdex.com/tivo-bdex-partnership-segment-request&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through everything I can find and can't seem to find the setting that will fix this.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 20:37:33 GMT</pubDate>
    <dc:creator>adf1130</dc:creator>
    <dc:date>2023-09-13T20:37:33Z</dc:date>
    <item>
      <title>Form is getting cut off on landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849182#M35833</link>
      <description>&lt;P&gt;I've got a form that I just created on a landing page, but it keeps getting cutoff on the bottom. &amp;nbsp;I've checked another form that we created a while back (cloned it, etc.) and it works fine. &amp;nbsp;The new form is actually shorter than the old form, both are linked below. &amp;nbsp;Anyone have any ideas on how to resolve?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;NEW FORM:&amp;nbsp;&lt;A href="https://go.bdex.com/vp-custom-audience" target="_blank" rel="noopener"&gt;https://go.bdex.com/vp-custom-audience&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OLD FORM:&amp;nbsp;&lt;A href="https://go.bdex.com/tivo-bdex-partnership-segment-request" target="_blank" rel="noopener"&gt;https://go.bdex.com/tivo-bdex-partnership-segment-request&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through everything I can find and can't seem to find the setting that will fix this.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 20:37:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849182#M35833</guid>
      <dc:creator>adf1130</dc:creator>
      <dc:date>2023-09-13T20:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Form is getting cut off on landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849531#M35840</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/631330"&gt;@adf1130&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, it can be double.&lt;BR /&gt;&lt;BR /&gt;This is the only issue in CSS. You can replace the CSS I can give.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;.body-container--contact .hero-section {&lt;BR /&gt;padding-bottom: 150px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.lp-form-container {&lt;BR /&gt;height: initial;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.lp-form-container .lp-form-card {&lt;BR /&gt;position: initial;&lt;BR /&gt;}&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;The above CSS can help you. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 13:16:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849531#M35840</guid>
      <dc:creator>ankitparmar09</dc:creator>
      <dc:date>2023-09-14T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Form is getting cut off on landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849537#M35841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/631330"&gt;@adf1130&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue is because of the padding bottom. If you give padding bottom 1365px in the new page, it will work fine as it did in the old page. The class (.body-container--contact .hero-section) had 2000px padding from the bottom in the old page.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this will helps you out. Please mark it as &lt;STRONG&gt;Solution Accepted &amp;amp; Upvote&lt;/STRONG&gt; to help other Community member.&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Deepak&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 13:22:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-is-getting-cut-off-on-landing-page/m-p/849537#M35841</guid>
      <dc:creator>DGarg</dc:creator>
      <dc:date>2023-09-14T13:22:30Z</dc:date>
    </item>
  </channel>
</rss>

