center buddypress register page
-
Hello,
This is my site http://52.70.236.130/ and I am not able to center the buddypress registration page when I add right sidebar through my current theme.I tried to overload the buddypress register.php template and played with css as well.
I tried the following changes on firebug and it helps center the registration page
change
.gp-responsive.gp-boxed-layout #gp-page-wrapper, .gp-responsive .gp-container {
width: 1260px;
}to
.gp-responsive.gp-boxed-layout #gp-page-wrapper, .gp-responsive .gp-container {
width: 900px;
}So i went to my child theme css and made this change
.gp-responsive .gp-container {
width: 900px;
}
but then it centered all the buddypress pages , and removed my right side bars in logged in pages.I just want to center my registration page and leave all other buddypress pages left centered.
Please help!
- The topic ‘center buddypress register page’ is closed to new replies.