Unfortunately, all templates don't have a 'standard button appearance'. There's no way for us to detect what template each user has and how it will look. We'd love to have a way to make sure SCLogin looked the same as every template, but it's not possible, so we try to make it look good on its own in any template. Some modifications may be necessary if you want to integrate it further into your site.But - wouldn't it be easier, if you would use the standard button appearance of the sites template as a default (at least as an option to choose in the SCLogin configuration) and then not overwrite it when the module is updated?
As noted in the post I linked to, you can create a template override, which makes the changes permanent. To do that, put the file you edit into the /templates/<YOUR_TEMPLATE>/html/mod_sclogin folder.Changing PHP files is not my daily business and a I have a hard time keeping track with all these changes. With each update, I have to notice and apply the change manually again.
That's veeeery inconvenient for me.
The below styles should do what you're looking for:currently there is no space between the login and the 'register' button.
How can I manage to insert a space between them and habe then centered?
div#form-sclogin-submitcreate {
text-align: center;
}
div#form-sclogin-submitcreate button {
margin-bottom: 10px !important;
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
