Viewing 1 replies (of 1 total)
  • Plugin Author Rick Rottman

    (@rickrottman)

    Yes. Each field has its own ID that you can call to in your CSS file. For instance, to make the custom fields as wide at the form, you would want to add the following to the bottom of your theme’s CSS file:

    input#user_1,
    input#user_2,
    input#user_3 {
    width: 100%;
    }

    As far as the strange string of letters go, it looks like it’s being inserted by another plugin. You have something called Minify installed?

Viewing 1 replies (of 1 total)
  • The topic ‘Can one change the size of form input boxes?’ is closed to new replies.