Cant align drop down box

  • Thesecretary
    Asked on March 3, 2020 at 7:12 AM

    Hi

    I want to move the dropdown boxes to the right, maybe even centralise them - but the CSS I am using makes no difference.

    I find the options to make amendments to positioning very difficult, and should be easier.


  • Richie JotForm Support
    Replied on March 3, 2020 at 11:17 AM

    To clarify, do you want to increase the width of your dropdown fields or do you want to move it more to the right?

    Here is a screenshot on how I view your form.

    Cant align drop down box Image 1 Screenshot 20

    Looking forward for your response.


  • Sam_G
    Replied on March 3, 2020 at 11:37 AM

    Hi Thesecretary,

    Here's the code to move the dropdown boxes to the right. You may customize the width depending on what you like.

    .form-textbox {

        width : 180% !important;

    }


    .form-dropdown {

        width : 218% !important;

    }

    You may use the link on how to Inject Custom CSS codes.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let me know if that works for you.