how can I center the whole form on my site? www.strikeaposephotobox.com/questionnaire

  • strikeaposephotobox
    Asked on November 11, 2016 at 6:00 PM
    how can I center the whole form on
    my site? www.strikeaposephotobox.com/questionnaire
  • David JotForm Support Manager
    Replied on November 11, 2016 at 6:16 PM

    You form is setup to show in the center. I checked the page of your site where the form is embedded, and the form appears to the center of the div container you have embedded it, this div container is set to show to the left, that's why the forms appears to the left of the main page.

    how can I center the whole form on
my site? www.strikeaposephotobox.com/questionnaire Image-1

    You could try embedding the following code inside your pages code:

    <style>

    #primary{

        margin-left: 20%;

    }

    </style>

    Result:

    (If it does not work, You should ask your web-designer to center that container. )

    how can I center the whole form on
my site? www.strikeaposephotobox.com/questionnaire Image-2

    I would suggest you to inject the following code inside your jotform to remove the gray background: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .supernova{

        background: transparent;

    }

    Result:

    how can I center the whole form on
my site? www.strikeaposephotobox.com/questionnaire Image-3

     

    Open a new thread if you need anything else, we will be glad to assist you.