Viewing 1 replies (of 1 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    You would need to use CSS to do this. So if you want to make all text fields in your form 30 pixels hight, you would put the following in your theme’s style.css:

    .fm-form input[type='text']{
    	height:30px;
    }
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Form Manager] Revise Height of Text Fields’ is closed to new replies.