Archived topic
on mobile: needs to scroll right to see the site
3 replies · Started by Eran on July 15, 2018
Hey
When opening my site on mobile, I see a blank space. Only when I scroll to the right I see my site.
The mailchimp sign-up form is placing an input field (maybe a honeypot) -5000px to the left. You should be able to see the field. The styles have been set inline, might be worth checking with the author what the best fix is. If not we can probably help with some CSS to move it out of the way.
Yes I see it in the code I got from mailchimp. Dunno why it is like that though.
by the way, it happens on some mobile devices, not all.
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="דואר אלקטרוני" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</form>
<!--End mc_embed_signup-->
you could try editing the inline styles so the mailchimp container it sits in has overflow: hidden;