Problems with design!

  • mr44toes
    Asked on February 2, 2016 at 2:48 PM

    I am trying to integrate a form into my website which will allow people to reserve a taxi without speaking to a dispatcher if they wish to do so.  The essential layout is as you see in the link below.

    I keep having trouble with your designer--I DON't WANT the white background to extend out beyond the visual edges of the form itself, and I've changed the settings in the designer so that (I believe) I am specifying a transparent background, since the page already has a background image.  All I want is for the form to be a solid white or possibly a semi-transparent white, and I don't want it to stretch clear across the page horizontally.  Basically, the designer just ignores what I do and puts things back to where it seems to want them, or it changes things in some way that I didn't want.

    Also, I don't understand why I keep getting the HUGE gap at the top of the form--it completely distorts the page layout and doesn't seem to respond to anything I can find.

     

     

  • Chriistian Jotform Support
    Replied on February 2, 2016 at 9:51 PM

    You can inject this code to adjust the form based on your preferences:

    .jotform-form{

      width: 332px;

      padding:0!important;

    }

    .form-all{

      padding:0!important;

    }

    Here's how to inject css in jotform: How to Inject Custom CSS Codes

    Do let us know if you need further assistance.