I'm struggling mightily with spacing

  • jfdisenos
    Asked on May 1, 2014 at 5:49 PM

    I'm hoping for some guidance.  I want to create a series (like a matrix) of fields that line up with each other, but I need them to be text/calculation fields. I cannot figure out how to get these fields lined up!

    Also, there is an enormous  amount of space between the rows -- and http://www.jotform.com/help/156-How-to-Reduce-Vertical-Spacing-between-Fields does not really help.

    Help!

     

    Jotform Thread 370760 Screenshot
  • David JotForm Support Manager
    Replied on May 1, 2014 at 7:56 PM

    Hi, if you will be adding more fields, basically you will need to customize further with CSS codes, so far try injecting this CSS line of code to make them line up:

    #input_7{

    position: obsolute;

    left: 11px;

    }

    See how it looks on my form:

    Im struggling mightily with spacing Image 1 Screenshot 30

    So, if you add more fields, to line them up,  you need to select them, click on the gear Icon, click on properties, and get the ID.

    Im struggling mightily with spacing Image 2 Screenshot 41