• Resolved khrisme

    (@khrisme)


    Hi there,

    by default email confirmation field appears next to the email field on mobile. It is not practical.

    How to make it appear under each other on mobile?

    Could you suggest, please? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding the following code under Customizer -> Additional CSS

    @media all and ( max-width: 768px ) {
         body div.wpforms-container-full .wpforms-field-email .wpforms-field-row-block {
            width: 100%;
            margin-left: 0;
        }
    }
    Thread Starter khrisme

    (@khrisme)

    Great, it works as needed ?? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How make email confirmation field appear below the first email field on mobile’ is closed to new replies.