.sclogin-modal-links {
margin-left: auto;
margin-right: auto;
width: 70%;
}
.sclogin a.art-button, .sclogin a.art-button:link, .sclogin a:link.art-button:link, body .sclogin a.art-button:link, .sclogin a.art-button:visited, body .sclogin a.art-button:visited, .sclogin input.art-button, .sclogin button.art-button {
margin-top: 10px !important;
}
.sclogin .logout-button {
margin-left: auto;
margin-right: auto;
width: 50%;
}
Sometimes you glance past the simpler solution and make things too complex - Try changingIf it would be possible to have both Buttons centered (not aligned to the same left margin) that'd be great.
Or (might even look better) change 'register' from 'button' to 'text-link'
.sclogin-modal-links {
margin-left: auto;
margin-right: auto;
width: 70%;
}.sclogin-modal-links {
text-align:center;
}The following style is causing this at html/mod_sclogin/themese/sts.css line 163:And in the modal popup the register button is not on the same hight as the login button.
div#form-sclogin-submitcreate button {
margin-bottom: 10px !important;
}Problem still is with the template. Perhaps there is too much 'try and error' so I'd like to start from scratch with a fresh copy of the default template for the modal login.
Where do I find these?I'm getting crazy on this one. I tried again and it definetly looks as if both modules draw on the same CSS, even if there are different configured.More elements in the module mean more styles that work in conjunction with each other. So adding a profile image to one module might affect how the styles look there differently than the other module without the profile image.I have different settings in the logout layout (one with profile image one without) and these settings are used.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
