My form questions scrolling down the right side

  • jrogers142
    Asked on February 20, 2018 at 5:50 PM

    My form had the questions scrolling down the right side with the focus of the theme picture offset left of center but now (I was looking at other themes and it changed the scrolling on the original one I was using for some reason) the questions are scrolling in the center.  How can I change it back to scrolling on the right?

  • John_Benson
    Replied on February 20, 2018 at 8:25 PM

    Please add this custom CSS code to move it to the right:

    .supernova .form-all, .form-all {

    margin-right: 10%;

    }

    To add the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    1519176262512341c Screenshot 10

  • jennietodd141
    Replied on February 21, 2018 at 12:05 AM

    Many thanks for your post,

     

     

  • jrogers142
    Replied on February 21, 2018 at 11:43 AM
    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 line without spaces but it did not move the questions to the right.
    ______________________________
    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
    ________________________________
    ...
  • Nik_C
    Replied on February 21, 2018 at 12:50 PM

    Do you need to move the form more to the right?

    If that's the case, just reduce the number in the code that my colleague provided (by the way the code you entered is fine):

    1519235352screencast Screenshot 10

    So if you want to have it like that, just insert this instead of the code you entered:

    .supernova .form-all, .form-all {

    margin-right: 1%;

    }

    If you had something else in mind, please let us know.

    Thank you!