• Resolved alyssah54485

    (@alyssah54485)


    I have this page “blocked” to show only for members, the padding around the registration form is non-existent and it rides the edge of the page. I styled the registration page but it doesn’t seem to be pulling through. Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    The issue is more than just CSS padding. You’re using a builder plugin/theme. What these do is put structural HTML into the content. Because WP-Members removes what is in the $content variable for a non-logged in user, that HTML gets dumped with the content.

    The following article on the support site describes the “what” and “why” of what’s going on, as well as giving you some ways to address it:
    https://rocketgeek.com/tips-and-tricks/handling-form-layout-when-using-a-builder-plugin/

    In case it’s not clear in the article, my opinion of the best solution is to redirect blocked content to a defined login page. When you create a specific page for logging in, that content is not marked as blocked, and therefore you don’t have the same issues as when it displays the login form in place of blocked content.

    Thread Starter alyssah54485

    (@alyssah54485)

    this is great! thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Padding/Margins on Registration Page’ is closed to new replies.