Gap in between website menu and form title

  • dnilp
    Asked on May 13, 2014 at 4:40 PM

    Hello,

     

    Before anything else, thanks for your super attentive customer service. There is a gap in between the menus on my website and the title of my forms. Could you please help me get rid of it?

     

    My form's ID is 41285376974164

     

    Thanks!

     

    Daniel

  • jonathan
    Replied on May 13, 2014 at 6:31 PM

    Hi Daniel,

    If this is the gap you were referring to

    Gap in between website menu and form title Image 1 Screenshot 30

    You can shift the form a bit on top using injected CSS codes like this

    .form-all {

    margin: -40px auto;

    }

     

    Guide: -How-to-Inject-Custom-CSS-Codes

    --

    You can also decrease the vertical spacing between the fields on the form. 

    Follow this User Guide also

    -How-to-Reduce-Vertical-Spacing-between-Fields

    Using the CSS code I provided will make the gap between the header field on top lesser like this

    Gap in between website menu and form title Image 2 Screenshot 41

     

     

    Hope this help. Inform us if you need further assistance.

     

    Thanks!

     

  • dnilp
    Replied on May 13, 2014 at 8:13 PM

    Thanks a million, that worked fantastically!