Spacing Issue

  • PreferredGlobal
    Asked on March 9, 2016 at 9:44 AM

    Hi  --  I injected some CSS code to condense my form, however, my Seperator Widget is intruding on my logo/company info all the way to the top.  How can I put a slight increase in the spacing between the seperator widget and my logo so it is not intruding, without affecting my whole form"?

  • Charlie
    Replied on March 9, 2016 at 10:28 AM

    This is most likely because you have CSS code moving the line separator widget at the top.

    Please find the CSS selector li#id_9 and delete it, you'll see that you have top: -35px. OR you can simple adjust the value of the top".

    Spacing Issue Image 1 Screenshot 20

     

    Please do make sure that there's no other CSS code selector li#id_9 in your form because it caused a conflict.

    Here's mine without that code: https://form.jotform.com/60683840844967 

    If you want to adjust the spacing let us know and we'll have it worked out.