Drop-down Form Border Colour

  • matt136
    Asked on March 2, 2016 at 5:27 AM

    This looks to have fixed when changing the drop down type for some reason.

     

    My issue now is the indent that shows in preview.

     

    Drop down Form Border Colour Image 1 Screenshot 20

     

    Also, is it possible to center align the form?

     

     

    Thank you.

    Jotform Thread 785444 Screenshot
  • Charlie
    Replied on March 2, 2016 at 9:34 AM

    I presume you are referring to the small space at the left side of the drop down field?

    Drop down Form Border Colour Image 1 Screenshot 40

     

    That's the blank label that is positioned at the left side, that's why there's a space on that part. You can set the label align of that drop down field to "Top".

    Drop down Form Border Colour Image 2 Screenshot 51

     

    I'm not quite sure if I understand which fields you would like to center. I have a cloned form here: https://form.jotform.com/60613424564957. If that's the center alignment that you would like, you can use this custom CSS code:

    .form-line {

        width: 70% !important;

        margin-left: auto !important;

        margin-right: auto !important;

    }

    Paste that in under your Form Designer Tool's CSS tab.

    Drop down Form Border Colour Image 3 Screenshot 62

     

    Let us know if you need more help on this.

  • matt136
    Replied on March 2, 2016 at 11:39 AM

    Charlie, that's perfect - thanks a ton.

  • Charlie
    Replied on March 2, 2016 at 12:43 PM

    You are welcome. I'm glad it worked :)

    Should you need our assistance again, please feel free to visit us here in the forum.