@archikins
Active 10 years, 5 months ago
-
@mercime replied to the topic [Resolved] Login Widget – Changing layout in the forum How-to & Troubleshooting 10 years, 5 months ago
@archikins you only need to add changes in your theme’s or child theme’s
style.css
file. Something like styles below. Adjust to taste.#bp-login-form label,
#bp-login-form input {
float: left;
margin-right: 10px;
}#bp-login-form input {
margin-right: 20px;
}div.forgetmenot {
display: inline;
}