<?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: Alignment of form checkbox in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374579#M4723</link>
    <description>&lt;P&gt;Hello Jacob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just figured it out 5 minutes ago using your code snippet. Thanks a lot for this, super helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:39:27 GMT</pubDate>
    <dc:creator>nicolasdenutte</dc:creator>
    <dc:date>2020-09-28T18:39:27Z</dc:date>
    <item>
      <title>Alignment of form checkbox</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374216#M4713</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a form on a landing page that is divided into two columns. On the left column, I have added a form with a multiple checkbox field. I noticed that the checkboxes are aligning with the text when the label text spans two lines. I've tried to find how I could change the stylesheet to make the label text align but I'm not sure how to do it. Any recommendations?&amp;nbsp;&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="nicolasdenutte_0-1601239523625.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/32323iD2CBA5D1678EA2B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicolasdenutte_0-1601239523625.png" alt="nicolasdenutte_0-1601239523625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a developer but to me,it seems that this has something to do with the fact that the&amp;nbsp;multiple checkbox element is a list input? Is there a way I can make CSS changes in the style sheet that would make the text on the second line (see screenshot above) align with the text on the first line next to the checkbox?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;/* Inputs - Checkbox/Radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list:not(.no-list) label {
  color: #FFFFFF;
}

.inputs-list &amp;gt; li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your recommendations/help.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 21:08:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374216#M4713</guid>
      <dc:creator>nicolasdenutte</dc:creator>
      <dc:date>2020-09-27T21:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment of form checkbox</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374295#M4715</link>
      <description>&lt;P&gt;Hi Nicolas,&lt;/P&gt;
&lt;P&gt;Your code is pretty close. Could you provide a link to a live page? I think I can match your html code based on your CSS but the link would help. What you need to do is add a negative margin on the input and then rebalance the text with left padding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.inputs-list &amp;gt; li {
  display: block;
  margin: 0.7rem 0 0.7rem 2rem;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 0 0.35rem 0 -1.4rem;
  padding: 0;
  width: auto;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Codepen demo:&lt;/STRONG&gt; &lt;A href="https://codepen.io/JacobLett/pen/RwaOKga" target="_blank"&gt;https://codepen.io/JacobLett/pen/RwaOKga&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;Jacob Lett&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bootstrapcreative.com/hubspot-designer/?utm_source=HubSpotCommunity&amp;amp;utm_term=tagline" target="_blank" rel="noopener"&gt;Website Designer &amp;amp; Developer&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;A href="https://bootstrapcreative.com/hubspot-designer/?utm_source=HubSpotCommunity&amp;amp;utm_term=logo" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HubSpot CMS Development and Web Design" style="width: 220px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/28844i368E9AAC739341A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="bootstrapcreative-horizontal-trim.png" alt="bootstrapcreative-horizontal-trim.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Located in Michigan, USA&lt;/P&gt;
&lt;P&gt;&lt;A href="https://marketplace.hubspot.com/products?provider=Bootstrap+Creative" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;View my HubSpot Templates&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;›&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 08:40:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374295#M4715</guid>
      <dc:creator>Jake_Lett</dc:creator>
      <dc:date>2020-09-28T08:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment of form checkbox</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374498#M4721</link>
      <description>&lt;P&gt;Hello Jacob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for jumping in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to the page:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://go.appscale.com/lowering-my-aws-bill-2" target="_blank" rel="noopener"&gt;https://go.appscale.com/lowering-my-aws-bill-2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:36:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374498#M4721</guid>
      <dc:creator>nicolasdenutte</dc:creator>
      <dc:date>2020-09-28T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment of form checkbox</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374577#M4722</link>
      <description>&lt;P&gt;It looks like you figured it out. Did you try the code I supplied or did you do something different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:36:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374577#M4722</guid>
      <dc:creator>Jake_Lett</dc:creator>
      <dc:date>2020-09-28T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment of form checkbox</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374579#M4723</link>
      <description>&lt;P&gt;Hello Jacob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just figured it out 5 minutes ago using your code snippet. Thanks a lot for this, super helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:39:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Alignment-of-form-checkbox/m-p/374579#M4723</guid>
      <dc:creator>nicolasdenutte</dc:creator>
      <dc:date>2020-09-28T18:39:27Z</dc:date>
    </item>
  </channel>
</rss>

