<?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: Responsive floating bottom CTA bar in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357926#M17753</link>
    <description>&lt;P&gt;Hi Janet,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the help so far.&amp;nbsp; Here is a working link to see what is going on &lt;A href="https://info.patientmatters.com/test" target="_blank"&gt;https://info.patientmatters.com/test&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 18:23:43 GMT</pubDate>
    <dc:creator>Moore</dc:creator>
    <dc:date>2020-07-28T18:23:43Z</dc:date>
    <item>
      <title>Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357544#M17728</link>
      <description>&lt;P&gt;I need help getting my foating bar to be responsive.&amp;nbsp; It has three CTA with Icons.&amp;nbsp; I am having problems with different screen sizes and having the bar not go all the way across bottom of screen.&amp;nbsp; I need it to change to a lighter color when hovered as well.&amp;nbsp; Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Here is the code I have now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://kit.fontawesome.com/ab936ec08f.js" target="_blank"&gt;https://kit.fontawesome.com/ab936ec08f.js&lt;/A&gt;" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="mybar"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;ul class="floating-bar"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;A href="https://community.hubspot.com/" target="_blank"&gt;https://info.patientmatters.com/rcm-insights"&amp;gt;Subscribe&lt;/A&gt; to RCM Insights &amp;amp;nbsp; &amp;lt;i class="far fa-envelope"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;A href="https://community.hubspot.com/" target="_blank"&gt;https://info.patientmatters.com/contact-sales"&amp;gt;Contact&lt;/A&gt; Sales &amp;amp;nbsp; &amp;lt;i class="far fa-address-card"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;A href="https://community.hubspot.com/" target="_blank"&gt;https://info.patientmatters.com/schedule-a-demo"&amp;gt;Schedule&lt;/A&gt; a Demo &amp;amp;nbsp; &amp;lt;i class="far fa-calendar-alt"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;floating-bar {&lt;BR /&gt;list-style-type: none;&lt;BR /&gt;margin: 0px;&lt;BR /&gt;padding: 25px;&lt;BR /&gt;padding-top: 20px;&lt;BR /&gt;padding-right: 25px;&lt;BR /&gt;padding-bottom: 20px;&lt;BR /&gt;padding-left: 25px;&lt;BR /&gt;overflow: hidden;&lt;BR /&gt;background-color: #30d9c5;&lt;BR /&gt;position: fixed;&lt;BR /&gt;bottom: 0;&lt;BR /&gt;padding-right: 59px;&lt;BR /&gt;overflow-x: auto;&lt;BR /&gt;display: flex;&lt;BR /&gt;align-items: center;&lt;BR /&gt;justify-content: center;&lt;BR /&gt;min-width: 50px;&lt;BR /&gt;white-space: nowrap;&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;li {&lt;BR /&gt;float: left;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;li a {&lt;BR /&gt;color: white;&lt;BR /&gt;text-align: center;&lt;BR /&gt;padding: 45px 150px;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:46:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357544#M17728</guid>
      <dc:creator>Moore</dc:creator>
      <dc:date>2020-07-27T16:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357794#M17742</link>
      <description>&lt;P&gt;I think you have some issues with duplicate padding and other things in your css. Can you post a url and I'll take a look?&lt;BR /&gt;&lt;BR /&gt;To create a different color on hover you add :hover to any selector in the css.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a:hover {&lt;/P&gt;&lt;P&gt;color: #something;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 11:55:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357794#M17742</guid>
      <dc:creator>JanetArmstrong</dc:creator>
      <dc:date>2020-07-28T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357848#M17746</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;Hi Janet,&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you for looking this over for me.&amp;nbsp; Here is the link&amp;nbsp;&lt;DIV&gt;&lt;A href="https://app.hubspot.com/design-previewer/5006213/templates/32303876918" target="_blank"&gt;https://app.hubspot.com/design-previewer/5006213/templates/32303876918&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Chris&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="adm"&gt;&lt;DIV class="ajR h4"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jul 2020 14:52:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357848#M17746</guid>
      <dc:creator>Moore</dc:creator>
      <dc:date>2020-07-28T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357903#M17748</link>
      <description>&lt;P&gt;Hi Janet,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some screenshots with the&amp;nbsp; problem I am running into with the CTA floating bar.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.34.51 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29715i508C44E48F2D7014/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.34.51 PM.png" alt="Screen Shot 2020-07-28 at 12.34.51 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.33 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29716i29C6EE22B51CF6B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.33 PM.png" alt="Screen Shot 2020-07-28 at 12.35.33 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.47 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29717i6EE61C24E75DCD08/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.47 PM.png" alt="Screen Shot 2020-07-28 at 12.35.47 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.43 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29718i23C3535258424C15/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.43 PM.png" alt="Screen Shot 2020-07-28 at 12.35.43 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.38 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29719iB12EC777D90FCC24/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.38 PM.png" alt="Screen Shot 2020-07-28 at 12.35.38 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.51 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29720iFAEA8C668AB1E841/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.51 PM.png" alt="Screen Shot 2020-07-28 at 12.35.51 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-28 at 12.35.56 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29721i270BE6A9EA666F7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-28 at 12.35.56 PM.png" alt="Screen Shot 2020-07-28 at 12.35.56 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 16:38:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357903#M17748</guid>
      <dc:creator>Moore</dc:creator>
      <dc:date>2020-07-28T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357923#M17751</link>
      <description>&lt;P&gt;you have padding on the li a at 150px-left and right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It won't fit on smaller screens, which is why those aren't floating right anymore.&lt;/P&gt;&lt;P&gt;insteach of using padding, why don't you make each li 33% so they stretch across?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 18:02:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357923#M17751</guid>
      <dc:creator>JanetArmstrong</dc:creator>
      <dc:date>2020-07-28T18:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357924#M17752</link>
      <description>&lt;P&gt;I would really need to look at the live url to see what's going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 18:02:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357924#M17752</guid>
      <dc:creator>JanetArmstrong</dc:creator>
      <dc:date>2020-07-28T18:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357926#M17753</link>
      <description>&lt;P&gt;Hi Janet,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the help so far.&amp;nbsp; Here is a working link to see what is going on &lt;A href="https://info.patientmatters.com/test" target="_blank"&gt;https://info.patientmatters.com/test&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 18:23:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357926#M17753</guid>
      <dc:creator>Moore</dc:creator>
      <dc:date>2020-07-28T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357939#M17754</link>
      <description>&lt;PRE&gt; .floating-bar {
    list-style-type: none;
    margin: 0px;
    background-color: #30d9c5;
    position: fixed;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
}
li {
    display: table-cell;
    text-align: center;
}
li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 6px
}
li a:hover {
    background:#000;
}
@media all and (max-width: 650px) {
   li a {
       font-size: 14px;
   }
}
@media all and (max-width: 500px) {
   li a {
       font-size: 12px;
   }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I think that will get you what you're wanting.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 19:02:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/357939#M17754</guid>
      <dc:creator>JanetArmstrong</dc:creator>
      <dc:date>2020-07-28T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Responsive floating bottom CTA bar</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/358130#M17771</link>
      <description>&lt;P&gt;This works, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 12:47:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Responsive-floating-bottom-CTA-bar/m-p/358130#M17771</guid>
      <dc:creator>Moore</dc:creator>
      <dc:date>2020-07-29T12:47:11Z</dc:date>
    </item>
  </channel>
</rss>

