Membership 2 Signup page not working with Divi Builder

When you go to this page http://sharlaember.com/register/ and select to signup for the membership then page will lose the format from the Divi builder.

Tried to apply the solution here https://gist.github.com/panoslyrakis/a802a223b5ca52dcd707d733e5788b43 but got the same result. (Adding MU Plugin)

Thanks in adnvance.

  • Nazmul H. Rupok
    • The Incredible Code Injector

    Hi there,

    Hope you are doing great today. Looks like your registration form is outside of any Section or Row, so its missing the styling. You can use some custom CSS to apply some styling to the form wrapper. Let’s try this under Customize > Additional CSS :

    .ms-membership-form-wrapper {
    max-width: 1000px;
    margin: 100px auto;
    padding-top: 100px;
    }

    Let me know how it goes.

    Have a nice day. Cheers!

    Nazmul