[Support request] half screens are getting blank in Mobile view

Home Forums Support [Support request] half screens are getting blank in Mobile view

Home Forums Support half screens are getting blank in Mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2338675
    Arun

    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

    #2338850
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.