Is this code all on one line or is it on 3 lines?

  • jrogers142
    Asked on February 21, 2018 at 3:05 PM

    Is this code all on one line or is it on 3 lines? I've pasted it in on one line and 3 lines with spaces and 3 lines without spaces but it did not move the questions to the right.

  • Sabbir
    Replied on February 21, 2018 at 4:00 PM

    I have checked your form and it is showing the form is unavailable.

    Are you referring to this CSS code?

    .supernova .form-all, .form-all {
    margin-right: 10%!important;
    }

    Can you please tell us which questions you are trying to move right?


  • jrogers142
    Replied on February 22, 2018 at 2:43 AM
    The code worked for moving it to the right, though I can only see that on preview and not on Build mode. I didn't really get how to change the color of the font in multiple choice sections but I'm not going to care about that anymore. Thanks for you help.
    ______________________________
    Richard Hinojosa
    Education Director
    T 718.971.5839
    F 718.760.1972
    Queens Theatre
    14 United Nations Avenue South
    Flushing Meadows Corona Park
    Queens, NY 11368
    www.queenstheatre.org
    ________________________________
    ...
  • Ashwin JotForm Support
    Replied on February 22, 2018 at 6:54 AM

    Please inject the following custom css code in your form to change the font of multiple choice options:

    .form-radio-item label, .form-checkbox-item label {

        color: rgb(255, 255, 255) !important;

    }

    Hope this helps.

    Do try it out and get back to us if you have any questions.