<?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: Date Field Dropdown Cut Off in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343924#M4165</link>
    <description>&lt;P&gt;I am the web designer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I've tried adding that code to the page and nothing changes.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2020 16:14:07 GMT</pubDate>
    <dc:creator>justserve</dc:creator>
    <dc:date>2020-06-03T16:14:07Z</dc:date>
    <item>
      <title>Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343362#M4157</link>
      <description>&lt;P&gt;I'm running into a problem with a form I have embedded on a web page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.fairmontprepacademy.com/ece-ppc/" target="_blank" rel="noopener"&gt;https://www.fairmontprepacademy.com/ece-ppc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you click on the Student 1 Birthdate field, the calendar appears but it gets cut off on the right side (desktop). I don't know what the problem is. Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 04:10:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343362#M4157</guid>
      <dc:creator>justserve</dc:creator>
      <dc:date>2020-06-02T04:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343386#M4158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/85669"&gt;@justserve&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋🏻&lt;/span&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just taken a look at your page &lt;A href="https://www.fairmontprepacademy.com/ece-ppc/" target="_self"&gt;here&lt;/A&gt; and it seems like how the calendar shows up, is dependent on the screensize as it's responsive. If I were to view it on a bigger screen (desktop), the calendar appears alright. For example:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Bigger screen" style="width: 331px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/27513i0D4C26D01E238548/image-dimensions/331x330?v=v2" width="331" height="330" role="button" title="Screenshot 2020-06-02 at 1.50.24 PM.png" alt="Bigger screen" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Bigger screen&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I view the page on a smaller screen (laptop), the calendar gets cut off like you mentioned. In this case, as the form's style takes after the CSS stylesheet of the external page, you need to make certain changes to your code on this external page instead. Right now, your calendar dropdown has got a width of 240px, which is causing the calendar to cut off:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Before" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/27514i315DE9C5B84F9BC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="before.png" alt="Before" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Before&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;U&gt;Solution&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What you can do is to head over to this external page's CSS stylesheet to remove the fixed width of 240px for the calendar to show up nicely:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="After" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/27515i802EC3C3B9C13A25/image-size/large?v=v2&amp;amp;px=999" role="button" title="after.png" alt="After" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;After&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, you can also overwrite it with a code such that the width is not a fixed width of 240px. An example of a code you can use to overwrite this can be:&lt;/P&gt;&lt;PRE&gt;.pika-lendar {
   width: fit-content !important
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 06:10:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343386#M4158</guid>
      <dc:creator>sttang</dc:creator>
      <dc:date>2020-06-02T06:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343591#M4159</link>
      <description>&lt;P&gt;Thanks a lot. I tried adding the fit-content CSS and it's not working. Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 17:47:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343591#M4159</guid>
      <dc:creator>justserve</dc:creator>
      <dc:date>2020-06-02T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343745#M4164</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/85669"&gt;@justserve&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No worries! However, as this is an external page, I have no visibility over your CSS stylesheet but from what I see using the inspect tool, the CSS has not been added somehow:&lt;/P&gt;&lt;PRE&gt;.pika-lendar {
   width: fit-content !important
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, if I add the code in the segment below to target the calendar dropdown, it should help with the calendar's width on the page:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CSS" style="width: 544px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/27554i1AEE90CF2693072D/image-dimensions/544x577?v=v2" width="544" height="577" role="button" title="Screenshot 2020-06-03 at 3.32.35 PM.png" alt="CSS" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CSS&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend that you have your web designer/developer to help with this as they may be aware of anything else that could be interfering with the code. They should be able to help with this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 07:38:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343745#M4164</guid>
      <dc:creator>sttang</dc:creator>
      <dc:date>2020-06-03T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343924#M4165</link>
      <description>&lt;P&gt;I am the web designer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I've tried adding that code to the page and nothing changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 16:14:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/343924#M4165</guid>
      <dc:creator>justserve</dc:creator>
      <dc:date>2020-06-03T16:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Field Dropdown Cut Off</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/344040#M4166</link>
      <description>&lt;P&gt;Is there a way to edit the form CSS on Hubspot's end? I have tried editing the CSS on the Wordpress theme side and nothing works. I talked to the theme developer (Divi / Elegant Themes) and they said the CSS needs to be changed on Hubspot's end.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 19:58:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Date-Field-Dropdown-Cut-Off/m-p/344040#M4166</guid>
      <dc:creator>justserve</dc:creator>
      <dc:date>2020-06-03T19:58:41Z</dc:date>
    </item>
  </channel>
</rss>

