Center options under question of the Custom Form using CSS

  • art_crate
    Asked on March 30, 2016 at 7:38 PM

    Hello,

     

    I am trying to center my options underneath the question. You can see in the survey that the options are justified to the left a little.

     

    Thanks!

  • jonathan
    Replied on March 31, 2016 at 1:29 AM

    I see that this is a very customized form https://form.jotform.com/60885960870973

    Center options under question of the Custom Form using CSS Image 1 Screenshot 20

    Please allow me more time to identify the correct CSS code to center the Radio Image element on the form.

    I will get back to you shortly.

     

     

     

     

  • jonathan
    Replied on March 31, 2016 at 1:44 AM

    Please try this CSS codes

     

    #customFieldFrame_63 {

        border: none;

        width: 700px;

        height: 432px;

        position: relative;

        left: 6%;

    }

     

    #customFieldFrame_95

    {

        border: none;

        width: 950px;

        height: 415px;

        position: relative;

        left: 10%;

    }

    Center options under question of the Custom Form using CSS Image 1 Screenshot 20

     

     

     

    You may adjust the Left position as needed.

    Let us know how it goes.

  • art_crate
    Replied on April 1, 2016 at 4:33 PM

    Jonathan, Thank you so much! That worked perfect!

  • BJoanna
    Replied on April 1, 2016 at 5:14 PM

    On behalf of my colleague, you're welcome.

    Feel free to contact us if you have any other questions.