Date field in mobile display is too narrow

  • 2ezy
    Asked on March 27, 2015 at 9:33 AM
    I have just noticed when viewing on mobile devices that the two date fields (delivery date and pickup date) the input field is square in shape so when you select a date off the pop up calander you can only see the day part of the date not month and year in the field.
  • Charlie
    Replied on March 27, 2015 at 9:59 AM

    Hi,

    I believe this is because of the settings in your "Preferences".

    Could you set the "Responsive Form" to "No", only in the "Preferences", leave the rest as it is.

    Date field in mobile display is too narrow Image 1 Screenshot 20

     

    Do let us know if that works.

    Kind regards.

  • 2ezy
    Replied on March 27, 2015 at 10:41 PM

    Hi Charlie,

    But I need the form to be responsive. Is there no other solution?

    Thanks Mark

  • BJoanna
    Replied on March 28, 2015 at 4:14 AM

    You can achieve that  by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    #lite_mode_13,#lite_mode_12{

    width:82px!important;

    }

    @media screen and (max-width: 480px) {#input_12_pick,#input_13_pick{

    margin-left:45px;

    }

    }

    Date field in mobile display is too narrow Image 1 Screenshot 30

    After adding this code your form should look like this on mobile phone. And form will be still responsive. 

    Date field in mobile display is too narrow Image 2 Screenshot 41

    Hope this will help. Let us know if you need further assistance.

  • 2ezy
    Replied on March 28, 2015 at 10:30 PM

    Hi BJoanna,

    Yes this has fixed the problem thanks for your help.

  • Charlie
    Replied on March 29, 2015 at 1:07 AM

    Hi Mark,

    Glad that my colleague's suggestion worked. If you needed any assistance again, please do not hesitate to contact us here in the forum.

    Thank you.