• Resolved Rob Land

    (@rob621123)


    Hi there,

    Since a few days my forms (see URL provided) act strange, the alignment of the fields is all messed up. In the setup of the form we use the same label size on all fields.

    Can you help us out?

    Regards,

    Rob Land

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi Rob!

    I am sorry for the inconvenience. Could you please describe the steps you took, which led to the issue? Have you installed new plugin or theme?

    However, if you haven’t changed anything please add the below mentioned code in Appearance▸Customize▸Additional CSS

    .fm-form-container .fm-form,
    .fm-form .wdform_section,
    .fm-form .wdform-field {
    display:block !important;
    width:100% !important;
    }
    .fm-form .wdform-label-section {
    display: block !important;
    min-width: 185px;
    float: left;
    }

    Thanks, have a nice day!

    Thread Starter Rob Land

    (@rob621123)

    Hi there,

    We didn’t change anything in this form, I think it went wrong after the last WP update? So no new theme or plugin.

    However your solution worked! Thank you.

    There is one little problem left however, if you look at the field “Centrale Telefoon” (this is a phone number) you see that the ‘net’ (areacode) and ‘abonnee’ (phonenumber) are not on the same line, we want these back on the same line. As they were bofer.

    Any ideas on this?

    Regards and thanx for the superb support!

    Rob Land

    I put the

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Rob, please add this code in Appearance▸Customize▸Additional CSS too.

    .wdform-element-section {
    display:flex !important;
    }

    Thanks!

    Thread Starter Rob Land

    (@rob621123)

    Great, it works!!

    Thank you very much!

    Rob.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Alignment fields in form maker’ is closed to new replies.