Yigit, thank you for your help earlier with my CSS spacing issue with Gravity Forms… however, the fix you supplied removed spacing from ALL the form elements instead of just between the form Title and the first form element. With the fix in place, everything is squished together. Do you have a solution that would retain the current spacing between the form Title and the conditional Dropdown, all while keeping the default spacing between the form elements?
Hi breakpoint!
i have loaded your font, and it looks just fine.
Can you please show us a screenshot of the area, or have you removed the code?
Thanks a lot
Regards,
Basilis
Basilis,
Thanks for the reply, however I’m not sure why you are referencing the font as it is fine. Please see the attached image (link) for a visual of the following description.
1. I would like the form Title and initial dropdown form element to be closer together (as referenced by the red rectangle on the left-hand portion of the image with the code applied.)
2. The remaining form elements (as shown within the orange rectangle on the right-hand portion of the image with the code applied) are preferable. As you can see, all the form elements are too close together with the code applied.
Note: the code is still in place.
Hi,
Can you please try using following code instead
.page-id-56 .gform_body {
margin-top: -20px;
}
Best regards,
Yigit
Ahhhh… Yigit, this is much better… thank you!