Width of fields

Adjust the width of form fields in ChronoForms.

Overview

The Joomla Protostar template applies a fixed CSS width to all input elements, overriding the form's default styling.
Override the template's CSS rule by adding a custom style to your form, as detailed in the CF FAQ, to control the field widths without modifying the template files.

Answered
fr fribse 21 Apr, 2014
Hi Guys
I'm setting up a simple forms site for a guy I'm helping out. I've created the form on my 2.5.19 site that already had Chronoforms installed, and now I've created an empty testsite just for testing the form, which I exported from the old site, and imported to the new one.
Now, all the fields are shown in the same length, and I don't get it. The template used on the site is Protostar.
Any ideas?
fr fribse 21 Apr, 2014
Ahh, I located it in Protostar:
input, textarea, .uneditable-input {
width: 206px;
}
Now how do I make this not exist, without changing it directly in the Protostar template (this might be good for others as well).
fr fribse 23 Apr, 2014
Thanks, that worked perfectly :-)
This topic is locked and no more replies can be posted.