Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    It depends on what your theme is doing, but you can try adding this:

    <style>#user-submitted-posts #usp_form fieldset input[type=text] { height: 40px; }</style>

    Or you could try increasing height using the padding property:

    <style>#user-submitted-posts #usp_form fieldset input[type=text] { padding: 10px 20px; }</style>

    Either of those lines can be added to the plugin via the “Custom Content” setting.

Viewing 1 replies (of 1 total)

The topic ‘Field Size’ is closed to new replies.