• Resolved Aan de Silva

    (@aands)


    Hi,
    I sued below to set the fields 100% for mobile.

    @media( max-width: 580px ) {
      .mc4wp-form input[type="text"],
      .mc4wp-form input[type="email"]{
          display: block;
          width: 100% !important;
          max-width: 100% !important;
      }
    }

    but how to set the Submit button 100% for mobile?

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

The topic ‘Set Submit button 100% for mobile’ is closed to new replies.