I'm create a contact form and give 100% to all fields but select option is not working on 100% properly it set when I give 131% to it. How I can solve this problem.
You can try by Adding 100% !important Or You can check is there any max-width is involved with it or not.
Use max-width: 100% !important;
min-width: 100% !important;
width: 100% !important;
Check it and let me know.