Hi,
I need to change the width of the input fields in the contact form, they all need to have the same width.
I used the following code in overwrite.css :
input[type="text"] {
width=300px; }
all seem to work except for the subject imput field. Why is that?
Any help is appreciated, thanks !