Topic-icon How to control the position of "remember me" in horizontal login?

Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #41694 by vixensjlin
Hi there:

First, thanks a lot for release such a great extension for free.

In my current horizontal login settings, the "remember me" is down there at the next line .


How to make "remember me" (and the "log out" bottom after logging in) on the immediate right of the module?

Thanks again!
Last edit: 10 years 6 months ago by vixensjlin.
The topic has been locked.
Support Specialist
In the link you posted from our documentation, the Remember Me is on the next line. That's the default. If you want help making it stay on the same line, can you post (or Private Message) a link to the page you're using the SCLogin module on, and we'll try to get you some CSS to move the Remember Me to the right of the rest of the login.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex:

Here is the link, and thank you for the code!
www.boulderchinesebaptist.org

Have a nice day!
The topic has been locked.
Support Specialist
Add the following style to your template or our SCLogin template files, and that should do what you're looking for:
#form-sclogin-remember {
float: left;
clear: none;
}
I hope that helps, but if not, let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #41771 by vixensjlin
Thanks! It works!!!
Since I added it in my template, it will still be displayed like that way even upgrading to SCLogin4, right?
Last edit: 10 years 6 months ago by vixensjlin.
The topic has been locked.
Support Specialist
Yes, CSS in your template will remain even when you upgrade, which means that it should always stay where it is.. unless we make big changes to the SCLogin module, which aren't currently planned.

Glad we could help get you going, but should you have any other questions or issues, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for SCLogin, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/access-...authentication/24054

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Another question here: Do you think the following code works for logout bottom?

#scLogoutButton {
float: left;
clear: none;
}
The topic has been locked.
Support Specialist
It's worth a shot. That looks correct, but I don't know off-hand. If it doesn't, let us know and we can try to help you get the right code. The best way to help us do that is to create a test account (username and password both test or something like that) so we can log right in and see what's happening. Just make the test account a regular 'Registered' user, we don't need super admin privileges.

Thanks,
Alex
The topic has been locked.