Forums

Increase Field Height ChronoForms V5

pioneer1 27 Feb, 2014
Hi,

How can I increase the height of my Chronoform field heights?

[attachment=0]fields.png[/attachment]

Thank you
Lawrence
GreyHead 27 Feb, 2014
Hi Lawrence,

You can use CSS in a Load CSS action in your form On Load event. My guess is that your template is over-riding the default CF CSS.

Bob
pioneer1 27 Feb, 2014
Hi Bob,

Thanks for the reply. I found it in template and changed it.

}
.row-fluid textarea,
.row-fluid input[type="text"],
.row-fluid input[type="password"],
.row-fluid input[type="datetime"],
.row-fluid input[type="datetime-local"],
.row-fluid input[type="date"],
.row-fluid input[type="month"],
.row-fluid input[type="time"],
.row-fluid input[type="week"],
.row-fluid input[type="number"],
.row-fluid input[type="email"],
.row-fluid input[type="url"],
.row-fluid input[type="search"],
.row-fluid input[type="tel"],
.row-fluid input[type="color"],
.row-fluid .uneditable-input {
  height: 30px;
}


Thank you
This topic is locked and no more replies can be posted.