Form Box

  • woolebull
    Asked on January 17, 2017 at 1:54 PM

    Hi,

    I'm trying to setup my form box to the right and I have done that but I'd like some space between the box and the edge. How would I do that?

     

     

  • David JotForm Support Manager
    Replied on January 17, 2017 at 3:55 PM

    Please share a screenshot to illustrate what you mean. 

    1) Load the link to this thread in your browser: https://www.jotform.com/answers/1037168 

    2) Then upload the illustration image: https://www.jotform.com/answers/414264 

  • woolebull
    Replied on January 17, 2017 at 4:15 PM

    Form Box Image 1 Screenshot 20

    As you can see it is right up against the scroll bar. I'd like to have some space inbetween the form box and the scroll bar.

  • David JotForm Support Manager
    Replied on January 17, 2017 at 6:14 PM

    Try injecting the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all{

        margin-right: 15px;

    }

    Result:

    Form Box Image 1 Screenshot 20

    Let us know if you need more help.