Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Peter,

    It seems like Edge is adding an extra padding/margin to the elements which is causing the submit button to drop to the next line. Are you familiar with adding custom CSS?

    This is the CSS you should add:

    label.empty-form-inline-label.submit-button-inline-label {
        width: 19% !important;
    
    }

    Let me know if you need any help applying it.

    Cheers,
    Kevin.

Viewing 1 replies (of 1 total)
  • The topic ‘Inline form not working in Edge’ is closed to new replies.