how to make textbox in the center

  • yuanzhe79
    Asked on June 8, 2015 at 4:37 AM

    please tell us how to make the text box in the middle of frame. please tell us the css code.

    Jotform Thread 583833 Screenshot
  • ibrahim JotForm UI Developer
    Replied on June 8, 2015 at 4:50 AM

    Hi,

    You can inject CSS code to change inputs position. Sample code for your form :

    #id_7, #id_4, #id_5 {

    text-align: center;

    }

    Thanks