• Resolved abisti

    (@abisti)


    As you can see on this page, there’s a gap between the word date and the datepicker field (another with return date too). This makes the form look a bit amateur but I’ve been through the field and I can’t see what might have happened. I’ve changed the format to d/m/Y but nothing else.

    I’ve also tried redoing the field, but same result. The same for previously worked fine on a different site, but copying that one over doesn’t solve the issue either.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @abisti

    Hope you are doing fine.

    There is a label element causing the gap before the input for the date. You can try the following code to reduce the space:

    .forminator-ui #date-3 .forminator-field .forminator-input-with-icon label {
       display: inline!important;
    }

    The code can be added under Appearance > Customize > Additional CSS. Please let know if this code helps fix the layout issue.

    Kind regards

    Luis

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @abisti

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gap between label & field throwing 2 col alignment’ is closed to new replies.