-
darren_Darren_KoskiAsked on November 5, 2024 at 11:18 AM
I would like to remove the space between the logo and my form. I have tried so many different CSS codes including:
ul.form-section.page-section li[data-type="control_clear"] {
display: none !important;
}
which I found in the answers section
Page URL: https://form.jotform.com/242674853713160 -
Paolo JotForm SupportReplied on November 5, 2024 at 1:33 PM
Hi Darren,
Thanks for reaching out to Jotform Support. You can remove the extra space between your logo and form by injecting a custom CSS code into your form. Let me show you how:
- First, copy this code:
ul.page-section {
margin-top: -60px !important;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Check the results on the screenshot below:
Give it a try and let us know if you need any other help.
-
darren_Darren_KoskiReplied on November 5, 2024 at 1:36 PM
Worked perfect, Thank You!