Price box and price box drop down help!

  • BBC2016
    Asked on April 13, 2016 at 1:53 AM

    https://form.jotform.com/61030979341151

     

    my form has price boxes on the top. some are regular and one is drop down - can u help me make them all the same size? either make the plese select drop down smaller OR better yet - make the reg. boxes wider to match the drop down whatever is MOST professional.

  • BJoanna
    Replied on April 13, 2016 at 4:02 AM

    Add this CSS code to increase the size of product text boxes:

    .form-textbox.form-product-custom_quantity {

        width: 140px!important;

    }

    I also saw that you have few CSS errors inside of your code. You also need to fix those errors. 

    Price box and price box drop down help! Image 1 Screenshot 30

    Remove marked parts from your CSS code.

    After you add mentioned CSS code and fix errors inside of your code, your form will look like this.

    Price box and price box drop down help! Image 2 Screenshot 41

    Here is my cloned form: https://form.jotform.com/61032277065955 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.