Center response field

  • shafiq786110
    Asked on January 31, 2016 at 1:05 PM

    On my form some of my questions are quite long, and the response field is at the top of the question. 

    Is there a way to have the response field in the middle of the question?

    Ive attached a screenshot to make it easier to explain

    Thanks!

    Jotform Thread 761090 Screenshot
  • Chriistian Jotform Support
    Replied on January 31, 2016 at 8:59 PM

    You can inject this css to vertically center align the radio button with the text.

    #cid_6{

    padding-top:45px;

    }

    #cid_22{

    padding-top:20px;

    }

    Center response field Image 1 Screenshot 20

    Here's a guide on how to inject css: How to Inject Custom CSS Codes