How-to and Troubleshooting
7
Posts
2
Users
1
Reactions
1,680
Views
Sep 08, 2022 9:57 am
Hello,
I've had to install the Nextend Social Login plugin because I was getting an error [object Object] when trying to use the built social login through wpForo.
Nextend Social Login is working fine but the buttons are in a strange place under the login form, does anyone know how I can move them into the form?
Thanks
6 Replies
Sep 08, 2022 4:10 pm
add this to custom css
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table {
padding-bottom: 50px !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
display: inline-flex !important;
top: -85px !important;
position: relative;
text-align: center !important;
}
#nsl-custom-login-form-1 .nsl-container {
text-align: center;
}
div.nsl-container .nsl-container-buttons a {
margin: 0 5px !important;
}
.nsl-button.nsl-button-default {
background-color: transparent !important;
}
Dashboard > Forums > Settings > Settings > Colors & Styles (Custom CSS)