Why can't I put these two questions on the same line

  • joelrtaub3939
    Asked on January 23, 2019 at 1:55 PM

    Why can't I put these two fields (type a question)on the same line.  Erery once in a while this happens.



    Jotform Thread 1710304 Screenshot
  • Nick_So
    Replied on January 23, 2019 at 2:41 PM

    I had cloned your form and I observed that this is because of the font size. Please change the font size to 15 PX from Form Designer instead of 20 PX.

    1548271551The Easiest Online Form Builde Screenshot 10

    You can also remove the extra space in the field "Phone Number".

    1548271647The Easiest Online Form Builde Screenshot 21        1548271718The Easiest Online Form Builde Screenshot 32

    Once the font size is changed and extra space is removed, below is how this looks.

    1548271788The Easiest Online Form Builde Screenshot 43

    Please refer to the below screencast for more details:

    1548272281dd1 Screenshot 54


  • joelrtaub3939
    Replied on January 23, 2019 at 4:43 PM
    Changing the font size did not work, font got smaller, but I still could
    not put the two fields on the same line.
    ...
  • joelrtaub3939
    Replied on January 23, 2019 at 4:43 PM
    Please disregard, lst note, worked fine after I removed the spaces.
    Thank You
    ...
  • joelrtaub3939
    Replied on January 23, 2019 at 4:43 PM
    City and State will not move to same line, similar to above, but cure above
    did not fix city and state.
    ...
  • jonathan
    Replied on January 23, 2019 at 6:32 PM

    I checked your form https://www.jotform.com/90213968167160 and I see it like this 

    Why cant I put these two questions on the same line Image 1 Screenshot 20


    I think you were able to resolved already. Please let us know if issue persist.

  • joelrtaub3939
    Replied on January 23, 2019 at 6:43 PM
    I don't know what is happening, you are right, but now this:
    ...
  • Jed_C
    Replied on January 23, 2019 at 10:31 PM

    We are not able to see your screenshot. Please upload it again by following this guide https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum.

    Looking forward for your response. 

  • joelrtaub3939
    Replied on January 23, 2019 at 11:05 PM

    1548302695Screenshot (11) Screenshot 10


  • roneet
    Replied on January 24, 2019 at 2:44 AM

    I have injected the following CSS in your Form Designer.

    .form-line-column{
      width:50%!important;
    }
    .form-label {
        width: 280px !important;
    }
    #id_85{
      top: -125px;
    }
    #id_47{
      top: -85px;
    }
    #id_48{
      top: -85px;
    }
    #id_82{
      top: -55px;
    }
    #id_83{
      top: -55px;
    }

    Why cant I put these two questions on the same line Image 10

    Please check now how it is and let us know.

    Thanks.

  • joelrtaub3939
    Replied on January 24, 2019 at 9:03 AM

    It looks fine.  Strange things happen when I highlight a field ie. Dogs Call name, another field moves to another position.  

    I am afraid to do anything now to make a change without having to bother you.

    What do I do that make these things happen? 

    Is there an easy way to understand the css programing so I can fix these problems?


    Thank You

    Joel

  • roneet
    Replied on January 24, 2019 at 11:09 AM

    You may use our advance CSS Designer tool to design the textboxes and inject the CSS. Here is the screencast representation:

    1548345884form Screenshot 10

    You may design your Form, make changes in your Form and then let us know what issues are you experiencing in the orientation, formatting then we may have a look at it.

    Thanks.