Topic-icon Changing Reigister button position

Active Subscriptions:

None
I need to know how to set on my landing page the REGISTER button under the LOG IN button...
I think is not so complicated ;-) But... always but... i do not find the root to change or add code ( <Br> )
Thank you!!!!!!!!!!
Have an amazing week end!
J.C.
File Attachment:
The topic has been locked.
Support Specialist
10 years 1 month ago #57891 by alzander
If you add the following style, it will make the buttons display on their own line instead of the 'inline' style that is being applied:
.sclogin-joomla-login.vertical #form-sclogin-submitcreate .btn {
display:block;
}
You can add that to your template file. You may also want to create your own SCLogin theme to let you make more customizations as necessary where you can override that style directly. For more information on creating a theme, see:
www.sourcecoast.com/sclogin/documentation/themes

I hope that helps,
Alex
The topic has been locked.