Please see my form at:
http://ahhowland.com/request-a-quote.html
How do I decrease the width of the containers for the two fields:
Is Billing Address Same As Address of Property You Need Services For?
Date You Desire Work To Be Completed By:
I have:
#input_1_2, #input_1_5, #input_1_6, #input_1_7, #input_1_10 {
width: 60% !important;
}
in my css as 1_7 and 1_10 are the two fields I am having issues with. Thanks!