PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Is it possible to change the width of a single line text input box?

  1. micronized
    Member

    How can I change the width of a single line text input box and also have it show up to the right of the label (on the same line as the label) ?

    I figure this can be done via CSS fairly easily, but whenever I try it changes the width of the label as well.

    Posted 10 years ago on Friday May 31, 2013 | Permalink
  2. Richard Vav
    Administrator

    If you want all your field labels to be on the same line and to the left side of your inputs you can change the 'Label Placement' to 'Left aligned' in the form settings. As for the input width, if you edit your single line text field on the advanced tab there is a 'Field Size' dropdown which usually defaults to 'Medium', try changing that to 'Large'.

    If you need to alter them further that will need to be done with CSS in which case can you post a link to a page containing the form in question, is this for just one field or all of them.

    Regards,
    Richard

    Posted 10 years ago on Friday May 31, 2013 | Permalink
  3. David Peralty

    You can add a CSS Class to any form field element allowing you to get control over that specific element. You would add CSS to your theme relating to your custom element to control the field.

    Posted 10 years ago on Friday May 31, 2013 | Permalink