How to center my single choice question?

  • brianatbad
    Asked on December 19, 2017 at 11:47 AM

    I've tried a few css codes mentioned in other posts, but I somehow cannot get the first question options 'Register' or 'Get More Info' to center on the form. Help please! :-)

  • Richie JotForm Support
    Replied on December 19, 2017 at 11:54 AM

    You can edit the position of the "Register" and  "Get More Info" by using this css code.

    .form-radio-item{

    margin-left:120px;/*you can adjust the margin*/

    }

    Here is a guide in inserting custom css code.

    How-to-Inject-Custom-CSS-Codes

  • brianatbad
    Replied on December 19, 2017 at 12:04 PM

    Thanks @Richie!


    I also used the following CSS to do the trick:

    #cid_11 {

        text-align-last : center;

        text-align : center;

        -ms-text-align-last : center;

        -moz-text-align-last : center;

    }



    JotForm support is literally the best customer support. Seriously. Thank you!