-
@mercime replied to the topic center buddypress register page in the forum Creating & Extending 8 years, 11 months ago
@mrunal2989 Then there’s something awry with your configuration or with the theme’s Full Width template. When I looked at the source code of the registration page, there’s a (left-column) div and a sidebar (aside) … so that’s not a full-width layout at all. I suggest you contact the premium theme author why the Full Width page template is…[Read more]
-
@mercime replied to the topic center buddypress register page in the forum Creating & Extending 8 years, 11 months ago
@mrunal2989 my bad, it should be
body.register #buddypress {
width: 90%;
margin-left: auto;
margin-right: auto;
} -
@mercime replied to the topic center buddypress register page in the forum Creating & Extending 8 years, 11 months ago
@mrunal2989 the easiest way to center the registration page to select the full-width page template (instead of the Default Template) of your theme from the “Register” page Page Attribute box and then use CSS on the #buddypress wrapper to center the registration page. e.g. add
#buddypress {
[Read more]
width: 90%;
margin-left: auto;…
@mrunal2989
Active 8 years, 10 months ago