<?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: Unresponsive form for mobile in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/326600#M15744</link>
    <description>&lt;P&gt;Solved&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2020 08:41:06 GMT</pubDate>
    <dc:creator>StepanJandl</dc:creator>
    <dc:date>2020-03-19T08:41:06Z</dc:date>
    <item>
      <title>Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36469#M3566</link>
      <description>&lt;P&gt;Hi I'm just starting out with HubSpot and I'm creating my first landing page template. I created a floating (or perhaps better called fixed) sign up form to the right column of my landing page. However when viewed on mobile the sign up form appears on top of all the other web page text. How do i stop this from happening?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Allison&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:35:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36469#M3566</guid>
      <dc:creator>AllisonAltus</dc:creator>
      <dc:date>2017-11-06T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36506#M3572</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20637"&gt;@AllisonAltus&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide page URL to understand better?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Team TRooInbound&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 18:51:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36506#M3572</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-11-06T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36600#M3581</link>
      <description>&lt;P&gt;Hi, here it is - i'm still working on the content so ignore that for now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://go.altusintervention.com/icotaeurope?hs_preview=FiIXIZpD-5421643852" target="_blank"&gt;http://go.altusintervention.com/icotaeurope?hs_preview=FiIXIZpD-5421643852&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allison&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:43:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36600#M3581</guid>
      <dc:creator>AllisonAltus</dc:creator>
      <dc:date>2017-11-07T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36658#M3585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20637"&gt;@AllisonAltus&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is due to the fixed position of the form,&amp;nbsp;you need to change CSS in media queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please add below CSS code in your page stylesheet.&lt;/P&gt;&lt;PRE&gt;@media (max-width: 767px) {
    .main-content {
         position: &lt;SPAN&gt;static &lt;/SPAN&gt;!important;
     }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Team TRooInbound&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:19:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/36658#M3585</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-11-07T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/37659#M3681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19200"&gt;@TRooInbound&lt;/a&gt;&amp;nbsp;yes thanks&amp;nbsp;so much for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:52:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/37659#M3681</guid>
      <dc:creator>AllisonAltus</dc:creator>
      <dc:date>2017-11-15T08:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/37666#M3682</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did my post help answer your query? Help the Community by&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;marking it as a solution?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:54:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/37666#M3682</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-11-15T09:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185804#M5614</link>
      <description>&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;I tried embedding a form to my page and it works fine on desktop but when I try to open my pae on mobile the form shrinks and only one part of it appears meanwhile the other part disappears from the bottom can you help me fix this matter ?&lt;/P&gt;&lt;P&gt;here is the link of the page I'm working on:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.broadwayinstitute.com/sejours-linguistiques/ny/" target="_blank"&gt;https://www.broadwayinstitute.com/sejours-linguistiques/ny/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I work on wordpress so how can I fix that ?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 22:17:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185804#M5614</guid>
      <dc:creator>yhajjar</dc:creator>
      <dc:date>2018-04-12T22:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185879#M5618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/59156"&gt;@yhajjar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There is a CSS issue,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Someone give max-height on form iframe code,&lt;BR /&gt;Kindly add my code in your stylesheet that issue will be solved&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.hubspot.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;@media only screen and (max-width: 467px) {
	iframe.hs-form-iframe {
	    max-height: 100% !important;
	}
}&lt;/PRE&gt;&lt;P&gt;Did my post help answer your query? Help the Community by marking it as a solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Team TRooInbound&lt;BR /&gt;hello@trooinbound.com&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:12:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185879#M5618</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2018-04-13T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185885#M5620</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19200"&gt;@TRooInbound&lt;/a&gt;&amp;nbsp;Thanks a lot it worked how&amp;nbsp; can I mark it as a solution ?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:37:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185885#M5620</guid>
      <dc:creator>yhajjar</dc:creator>
      <dc:date>2018-04-13T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185978#M5627</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19200"&gt;@TRooInbound&lt;/a&gt;&amp;nbsp;actually after I added the css code you gave me and when I try it on chrome and safari on desktop it works fine even when I shrink the page to see if it would show up on mobile and it does and then I even inspect the page with the google chrome and try to see what it looks like in different mobile devices iphones &amp;amp; androids and it works but this is all being done on my computer's browser. However when I open it on my iPhone 6 it's not working again only a small part of the form shows like even when I installed the chrome app on my phone it didn't work the form's botton still disappears.&lt;/P&gt;&lt;P&gt;Could you please tell me what I'm supposed to do now,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 23:42:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/185978#M5627</guid>
      <dc:creator>yhajjar</dc:creator>
      <dc:date>2018-04-13T23:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/326301#M15731</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have probably the same problem. I put the form to my site (&lt;A href="https://yaneba.cz/" target="_blank"&gt;https://yaneba.cz/&lt;/A&gt;). For the desktop version, everything is ok. But there is a problem with responsiveness on the mobile version.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you help me how to fix this with css?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;Stepan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 19:31:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/326301#M15731</guid>
      <dc:creator>StepanJandl</dc:creator>
      <dc:date>2020-03-17T19:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/326600#M15744</link>
      <description>&lt;P&gt;Solved&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 08:41:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/326600#M15744</guid>
      <dc:creator>StepanJandl</dc:creator>
      <dc:date>2020-03-19T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/327107#M15780</link>
      <description>&lt;P&gt;Hey, I have the same problem. The form is showing well on desktop but not on mobile. The form is located on a Wordpress page. What do I have to do ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 14:49:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/327107#M15780</guid>
      <dc:creator>audreypkx</dc:creator>
      <dc:date>2020-03-23T14:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unresponsive form for mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/459327#M24047</link>
      <description>&lt;P&gt;Hello, we are experiencing what sounds like this same issue with our slide in form. Works great on destop but is not responsive across all mobile devices (usually is bigger than the content frame). Noticed the problem on my Samsung Galaxy S8 using Chrome; tried it on a Iphone 7+ where it did not have the problem; then tried on an Ipad Mini where it did have the problem. Any ideas would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 19:55:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Unresponsive-form-for-mobile/m-p/459327#M24047</guid>
      <dc:creator>SLemieux</dc:creator>
      <dc:date>2021-07-14T19:55:18Z</dc:date>
    </item>
  </channel>
</rss>

