Tagged: CSS, gravity forms
Hi, I am trying to resize fields of Gravity Form but the theme governs minimum field width.
I was able to change the size of the text areas by adding the below code to Quick CSS
#top input[type="text"] {
width: 550px;
}
but I could not change the size of dropdown fields.