Hi, how can I make the login widget to be Right Aligned?
Thanks.
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
text-align: right;
}
#top .bbp_widget_login .bbp-submit-wrapper {
float: right !important;
margin-right: 0 !important;
}
Hope it helps :)
Best regards,
Nikko
Thanks Nikko. When I added it to the bottom of my Custom CSS it didn’t work but when I added it to the top it did work.
Do I have an error in my Custom CSS?
Hi,
I can’t find any errors with the your css modifications so I’m not sure why the latest one won’t work when added at the bottom. Please leave it on the top temporarily. You may want to compress or combine the css media queries with the same view port target and place them at the bottom.
Best regards,
Ismael