By default, our platform and theme do not have this feature. This option will require custom work. However, as an exception, our team was able to create a CSS code just for you.


Please follow the steps below:


1. Go to BuddyBoss > Theme Options

2. Under Custom Codes, enable CSS

3. Append the following:


body.buddypress.register.login-split-page .login-split {

    width: 100%;

}

body.buddypress.register.login-split-page #primary {

    margin-left: 0;

    position: absolute;

    right: 50%;

    transform: translate(50%,0);

}

body.buddypress.register .register-section-logo.private-on-div {

    text-align: center !important;

}


4. Save changes  


Here is a sample result: