Hi
I'm having trouble targeting the name input CSS
Here is the example form - http://the-ybfs.com/ybfs-entry-form
all i need to do is the width top be 300px but the forms.css seems to be overriding any changes that I make - width: 95% !important;
I have set the standard input boxes
[css]
.gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
margin-left: 136px;
margin-top: 5px;
margin-bottom: 30px;
border-color: silver;
border-width: 1px;
width: 300px;
}
sorry been stuck on this one for a while
Might be something to do with my Thesis theme
thanks
Oli