<?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: Issues with page folding on tablet in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452782#M23845</link>
    <description>&lt;P&gt;Thank you Kevin, this worked great with just a little adjustment to the width percentage and some padding so our form didn't get cut off!&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jun 2021 17:45:05 GMT</pubDate>
    <dc:creator>ljakiel</dc:creator>
    <dc:date>2021-06-29T17:45:05Z</dc:date>
    <item>
      <title>Issues with page folding on tablet</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452335#M23821</link>
      <description>&lt;P&gt;We're having issues with the way our content folds when previewed on a tablet. In the design tools we've added the code in the image below to the lp-section 3 module but it doesn't make any changes to the preview. When we add it to the div class=row-fluid above while inspecting the code, we can get the page to fold how we want (with everything falling into a single centered column).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what we can do to get the page to respond how we were hoping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the link to our template to view the page folding:&lt;/P&gt;&lt;P&gt;&lt;A href="https://go.unearthlabs.com/-temporary-slug-441949fc-d3e7-40bd-a6a6-6e30843eee6c?hs_preview=PkiVndfu-49578768156" target="_blank"&gt;https://go.unearthlabs.com/-temporary-slug-441949fc-d3e7-40bd-a6a6-6e30843eee6c?hs_preview=PkiVndfu-49578768156&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code added in the design tool.&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="Screen Shot 2021-06-28 at 2.50.11 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/45307i50D64E3009DB977F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-06-28 at 2.50.11 PM.png" alt="Screen Shot 2021-06-28 at 2.50.11 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 22:05:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452335#M23821</guid>
      <dc:creator>ljakiel</dc:creator>
      <dc:date>2021-06-28T22:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with page folding on tablet</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452350#M23822</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/202681"&gt;@ljakiel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to target the &lt;STRONG&gt;@media(min-width:768px) and (max-width:1139px) &lt;/STRONG&gt;media query from you template. see below:&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;@media(min-width:768px) and (max-width:1139px) {
  .row-fluid .span4 {
    width: 99.999999993%;
    margin:0;
    padding: 0 1rem;
  }
  .row-fluid .span6 {
    width: 99.999999993%;
    padding: 0 1rem;
    margin:0;
  }
  .row-fluid .span7 {
    width: 99.999999993%;
    padding: 0 1rem;
    margin:0;
  }
}

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You will want to do a good amount of testing a finessing before publishing. If you've got any more questions or I haven't answered yours please don't hesitate ot post again!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 12:17:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452350#M23822</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2021-06-29T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with page folding on tablet</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452782#M23845</link>
      <description>&lt;P&gt;Thank you Kevin, this worked great with just a little adjustment to the width percentage and some padding so our form didn't get cut off!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 17:45:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/452782#M23845</guid>
      <dc:creator>ljakiel</dc:creator>
      <dc:date>2021-06-29T17:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with page folding on tablet</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/834479#M35438</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you Kevin,&amp;nbsp;I'm facing the same issue on my side but now it's solved&lt;A href="https://freegovernmenttablet.net/us-phone-free-tablet/" target="_blank" rel="noopener"&gt;.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 14:51:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issues-with-page-folding-on-tablet/m-p/834479#M35438</guid>
      <dc:creator>anoor35</dc:creator>
      <dc:date>2023-08-23T14:51:06Z</dc:date>
    </item>
  </channel>
</rss>

