<?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 Website isn't mobile friendly in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/177836#M4689</link>
    <description>&lt;P&gt;I need to figure out how to make my website page mobile friendly or turn it off if I am not able to make it mobile friendly.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 13:59:03 GMT</pubDate>
    <dc:creator>rvancroft</dc:creator>
    <dc:date>2018-02-13T13:59:03Z</dc:date>
    <item>
      <title>Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/177836#M4689</link>
      <description>&lt;P&gt;I need to figure out how to make my website page mobile friendly or turn it off if I am not able to make it mobile friendly.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:59:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/177836#M4689</guid>
      <dc:creator>rvancroft</dc:creator>
      <dc:date>2018-02-13T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178061#M4697</link>
      <description>&lt;P&gt;You can use media queries to hide content.&amp;nbsp; To hide all on mobile add display: none; to the body element in CSS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise use HS built in grid.&amp;nbsp; Add CSS classes of 'row-fluid' and 'span'&lt;/P&gt;&lt;P&gt;On mobile the example below will create full width spans while on desktop two 50% width columns in a single row.&lt;/P&gt;&lt;PRE&gt;&amp;lt;div class="container"&amp;gt;
    &amp;lt;div class="row-fluid-wrapper"&amp;gt;
        &amp;lt;div class="row-fluid"&amp;gt;
            &amp;lt;div class="span6"&amp;gt;&amp;lt;/div&amp;gt;
            &amp;lt;div class="span6"&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
   &amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:30:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178061#M4697</guid>
      <dc:creator>josephLayden</dc:creator>
      <dc:date>2018-02-14T20:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178064#M4698</link>
      <description>&lt;P&gt;I need someone to walk me through this process. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:31:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178064#M4698</guid>
      <dc:creator>rvancroft</dc:creator>
      <dc:date>2018-02-14T20:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178068#M4699</link>
      <description>&lt;P&gt;Do you know CSS or HTML? Or are you using the Design Manager?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the basics:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://designers.hubspot.com/docs/cos/the-cos-responsive-grid" target="_blank"&gt;http://designers.hubspot.com/docs/cos/the-cos-responsive-grid&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:34:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178068#M4699</guid>
      <dc:creator>josephLayden</dc:creator>
      <dc:date>2018-02-14T20:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178069#M4700</link>
      <description>&lt;P&gt;I don't know CSS or HTML, and I have been directed in the past to use the Design Manager, but I don't know fully how to use it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:36:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178069#M4700</guid>
      <dc:creator>rvancroft</dc:creator>
      <dc:date>2018-02-14T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Website isn't mobile friendly</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178072#M4701</link>
      <description>&lt;P&gt;I would recommend downloading a free template from the hubspot marketplace and using this to build upon in that case.&amp;nbsp; Anything you create in the design manager will have the HubSpot grid automatically applied.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check out this free workshop:&lt;/P&gt;&lt;P&gt;&lt;A href="https://offers.hubspot.com/design-for-non-designers-live?utm_campaign=NAM%20HSCM%20%5Ben%5D%20%7C%20Design%20for%20Non-Designers%20Workshop%20%7C%20Adobe%20Spark%20%5BWebinar%5D&amp;amp;utm_source=hs_email&amp;amp;utm_medium=email&amp;amp;utm_content=60693613" target="_self"&gt;https://offers.hubspot.com/design-for-non-designers-live&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 21:31:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-isn-t-mobile-friendly/m-p/178072#M4701</guid>
      <dc:creator>josephLayden</dc:creator>
      <dc:date>2018-02-14T21:31:39Z</dc:date>
    </item>
  </channel>
</rss>

