You are viewing limited content. For full access, please sign in.

Question

Question

increase field height in LF Forms

asked on March 10, 2014

 Is there a way to increase the field height in LF Forms? Currently the field height seems particularly small and our external users in our demographic may have difficulty with that if their pc/tablet does not support responsive design.

 

 

 

1 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on March 10, 2014

You can change a field's height using CSS rules. For example

input {height: 30px;}

sets any input box's height to 30 pixels. You'd enter this CSS rule on the CSS and JavaScript page.

 

Keep in mind that field spacing and text size are things you can adjust on the Themes page and field width is adjusted on the Edit page.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.