How do I format items on a form?

  • primebaseball
    Asked on May 28, 2023 at 5:00 PM

    I will upload three different pictures.

    1. The first pic I am trying to make two columns. See pic 1
    2. The second pic, I am trying to make two columns and the lines single-spaced. See pic 2
    3. The same with the 3rd pic. Formatting

    If anyone of this includes having to enter code, I will need help. No idea how to do that.

    How do I format items on a form? Image 1 Screenshot 40How do I format items on a form? Image 2 Screenshot 51How do I format items on a form? Image 3 Screenshot 62

  • Eleph_M
    Replied on May 28, 2023 at 5:05 PM

    Hello Scott,

    Thanks for reaching out to Jotform support. I'll need more time to look into this. I'll get back to you as soon as I can.

    Thank you for your patience and understanding, we appreciate it.

  • Eleph_M
    Replied on June 1, 2023 at 8:08 PM

    Hi Scott,

    Thanks for patiently waiting. I see that you've already resolved the first pic so I won't include the CSS code I have for that part so it won't re-arrange your current setup. Please inject the CSS below for the pics 1 and 2:

    div#text_62 p {
      font-size: 0;
    }
    li#id_63 {
      text-align: center;
      display: list-item;
      padding-right: 33%;
      padding-left: 35%;
    }

    Output:

    How do I format items on a form? Image 1 Screenshot 20

    Give it a try and let us know how it goes.