How can I make items appear on the same line?

  • ollitempleuniversity
    Asked on December 4, 2016 at 11:29 PM

    When either '1 Guest' or '2 Guests' is selected,

               I would like for 'Guest Name' to be 1st and 'Guest Entree' to be next to it, on the same line.

    Both are 'Shrink', but I can't get them to be on the same line.

    Any suggestions?

    Thanks!

    Jotform Thread 1003621 Screenshot
  • candy
    Replied on December 5, 2016 at 1:54 AM

    Hello,

    I have checked your form and cloned it in order to test on my side. I have injected the following CSS codes to your form in order to make them appear on the same line as the following screenshot below:

    #id_20{

    float:right !important;

    margin-top: -95px !important;

    margin-right:-100px !important;

    }

    .form-all{

    width:700px !important;

    }

    How can I make items appear on the same line? Image 1 Screenshot 20

    Please try and if you need further assistance, let us know.

    Thanks in advance.