Hello. I am trying to get the space in between the fields in a table to be evenly spaced. It appears that Drop Down fields have a larger "border" than Single Line fields. I tried setting each field % in the Table settings, but that has had limited success. Even then, the spaces are off from each other.
For example, the green checked spaces are ok, but even they are not precise.
The table in question is Q147. I attempted to use CSS to test things. It had limited success. I did notice that the CSS code I used reversed the Hidden Rows effect Mathew helped me with. So, though the rest of the Hidden rows remained Hidden, the row space they took was now obvious. So, I had to scroll down the page to view the one row that was NOT hidden.
.MyTable td { padding: 120px!important; }