I'm having an issue with fitting multiple inputs on one line.
I've already styled the LI elements as such:
#field_3_8, #field_3_9 {
float:left !important;
font-size:11px;
margin-right: 10px !important;
width: 55px !important;
}
and although the width is definitely modifying the element, the float is not bringing the second field onto the same line.
Any ideas?