How can i adjust the words 'month' and 'day' under the date field?

  • Elimmee
    Asked on March 11, 2016 at 9:55 AM

    If you look at my form, the words 'month', 'day', are in weird places...how do i adjust them?

  • BJoanna
    Replied on March 11, 2016 at 11:18 AM

    You can position words 'month' and 'day' of you DateTime field by injecting Custom CSS. 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:

    .form-sub-label {

        display : inline;

    }

    How can i adjust the words month and day under the date field? Image 1 Screenshot 30

    After you add this code your form should look like this. 

    How can i adjust the words month and day under the date field? Image 2 Screenshot 41

    Here is my cloned form where I added mentioned CSS code: https://form.jotform.com/60704884209964 

    Feel free to clone it.

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