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.

Adding a custom size for number input field

  1. Smith
    Member

    I would like to add another option in the number field > advance > field size

    I want the option to be like 20px wide and I an call it 3numbers or something like that since you can just put 3 numbers in a text box 20px wide.

    I have hacked the input.medium for right now to do what I want it to but it would be really nice to have my own setting.

    Thanks

    Posted 12 years ago on Saturday February 25, 2012 | Permalink
  2. You could create your own class and add styles to your theme's css and then apply that class when needed to the appropriate field.

    Posted 12 years ago on Saturday February 25, 2012 | Permalink
  3. Smith
    Member

    I added my own class to the number field to move it around on the page but how do I manipulate the input box? isn't that in .ginputcontainer?

    Posted 12 years ago on Tuesday February 28, 2012 | Permalink
  4. Got a link to your form by chance?

    Posted 12 years ago on Tuesday February 28, 2012 | Permalink
  5. Smith
    Member

    CERTAINLY: coryfamilyfarm.com/the-cory-family-farm-store

    Posted 12 years ago on Sunday March 18, 2012 | Permalink
  6. You should be able to target that with this:

    [css]
    .store-left input[type="text"] {}
    Posted 12 years ago on Sunday March 18, 2012 | Permalink