My form looks different when I put in on my website.

  • eclancy
    Answered on November 18, 2011 06:05 AM

    My form looks different when I put in on my website. The check boxes and radio buttons are all a line above my option. I would like the square for the check box to be to the left of the text for that box. It looks correct in JotForms builder and preview, but online it is one line below. It looks like this: http://vtpf.com/freequotes/test.html

  • idarktech Jotform Support
    Answered on November 18, 2011 04:24 PM

    Hi Eclancy,

    Please try injecting this CSS Codes and check if this fixed the issue.

     

    .form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {

    width: 155px;}

    label {display: inline !important;}

     

    Just let us know if this doesn't help, so we can further assist you. Thank you so much!