problem with contact form imput field

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 26, 2013 5:58 pm
Reply with quote
Report this post
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 !
User avatar
Fresh Boarder

Konrad M
Wed Mar 27, 2013 10:55 am
Reply with quote
Report this post
Hi,
try change your code to this one:
Code: Select all
input[type="text"],
.contact-form #jform_contact_emailmsg {
width=300px !important;
}
User avatar

GK User
Thu Mar 28, 2013 11:40 am
Reply with quote
Report this post
Hi it works,
thanks :D
User avatar
Fresh Boarder


cron