On the form, I have one select and two input fields. These elements are vertically aligned. Unfortunately, I can\'t get equal width of these elements.
Here\'s my co
create another class and increase the with size with 2px example
.enquiry_fld_normal{ width:278px !important; } .enquiry_fld_normal_select{ width:280px !important; }