Hi all,
I've been pulling hairs trying to get forms to look as compact as possible. If anyone can help me out, that be great. Here is a screen shot of what I have so far.
I want to close that gap between the fields so they can be right next to each other. Is that possible? I set the form setting to have Label Alignment = "Top". Here is my CSS code
#q1 .cf-medium {width: 100%;} #q1 .cf-field {width: 150px;} #q2 .cf-medium {width: 100%;} #q2 .cf-field {width: 150px;} #q3 .cf-medium {width: 100%;} #q3 .cf-field {width: 150px;} #q1, #q2, #q3 {display: inline-block; vertical-align:top;}
Below is my justification for my css
Any help would be greatly appreciated. Thanks!