Mailchimp agree to terms button not showing in mobile
-
Hello.
The subscribe button on my signup form doesn’t show in mobile.
Please help me with this. I need this button showing to collect emails from mobile.
I’ve tried to add <div class=”show”> but not showing anyway.
Here is the form code for mailchimp (plugin Mailchimp for WP):
<p class="custom-form-input">
<label>Insira o seu email: </label>
<input type="email" name="EMAIL" placeholder="O seu email..." required />
<input type="text" name="FNAME" placeholder="O seu nome..."
required="">
<input type="submit" value="Enviar" />
</p>
<p class="custom-form-checkbox">
<label>
<input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""> <a href="/politica-privacidade/" target="_blank">Aceito os termos e condições.</a>
</label>
</p>
Great! Found the solution in other thread.
body .mc4wp-form>div>p {
max-width: 100%;
flex-basis: 100%;
width: 100%;
}
Another question. How to change the color and resize the width of the input email and name fields?
Hello,
We are glad you have found the solution. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Mailchimp agree to terms button not showing in mobile’ is closed to new replies.