Site logo

Archived topic

half screens are getting blank in Mobile view

1 reply · Started by Arun on September 10, 2022

Viewing posts 1–2 of 2

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.

This archived topic is closed to new replies.