Archived topic
half screens are getting blank in Mobile view
1 reply · Started by Arun on September 10, 2022
half screens are getting blank in Mobile view and content is showing in 50% area only. Please help me to get this fixed. Screen shot link is attached for your reference. https://imgur.com/a/x0tfC5f
This is my site:
https://signupbonusoffer.com/10-sign-up-bonus
Hi there,
your Mailchimp form has this CSS attached to it:
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica,Arial,sans-serif;
width: 600px;
}
Which makes the form a width of 600px wide, and that is too wide for mobile.
You need to change the width to auto or 100% so it doesn't break out the page.