• Resolved frfharrington

    (@frfharrington)


    I would like to style the login page in Memberpress. I’m using the Divi theme and have had some major frustration trying to figure out how to do this. Tips from anyone who has had success with this would be helpful.I’ve installed the TIA

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author readysteadywebsites

    (@readysteadywebsites)

    Hi @frfharrington you should be able to control the basic styling via the Customizer > MemberPress Extra Styling. Which will then just leave you with positioning the form itself nicely.

    We’re working on a Pro version of the plugin which will bring further controls, but for now to center the form in divi you can add this CSS into your site, preferably via “Additional CSS” control in the customizer or failing that using a CSS plugin.

    .mp_wrapper {
      max-width: 700px;
      padding: 20px;
      margin: 0 auto 50px auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Memberpress login styling / Divi’ is closed to new replies.