Issues with Mailchimp embed form scroll on mobile

Hello team, I having issues on mobile while scrolling down on a page that has a Mailchimp form embed, how can I fix that?

Link > https://74p.7ad.myftpupload.com/join-the-community/

Thank you in advance!

Hello @lostimagination,

Thanks for writing to us.

To get rid of the scroll issue I would suggest you please add this custom CSS code to global CSS.

body {
    overflow-x: initial;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you very much, that fixed it!

You are most welcome @lostimagination

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.