• Resolved Starseed

    (@nikkiapt)


    Hi there! As you can see per the link below, the questions and entry boxes are totally stacked on each other. per the forum on your business site, I used the following code in the form’s custom css to try to fix it:

    textarea {
    line-height: normal !important;
    }

    .wdform-field {
    padding-bottom: 5px !important;

    Neither of those worked. I’m not really sure what to do but we’re really close to launch and would like this to look a little more professional.

    https://worldpeacedisclosure.com/tech-support-sample-page/

    Thank you so very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Starseed

    (@nikkiapt)

    Anyone? ?? <3

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hello, @nikkiapt!

    Thank you for posting your request!

    Looks like the line height has applied (the previous styles might have been cached).

    As for the padding, could you please try adding the following code to Custom CSS panel inside your form theme?

    .fm-form .wdform-field {
        padding: 10px 0 !important;
    }

    Let us know if this helps.
    Thanks! Have a wonderful day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing between elements’ is closed to new replies.