Topic-icon How to put "Logout button" in the same line of Welcome message?

Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33517 by ventluc
Hello! I have Joomla 2.5.9 and ScLogin v 3.0.0 installed. I would like to put the "logout button" in the same line of Welcome message but I have no idea how to obtain this....In fact even if there is no "new line" character in the html code the logout botton is always in the new line (see screen shoot in attach in tiff format inside the zip file). Why? You can also check by yourself connecting to www.venturaluca.it/jupgrade2 (use this credentials for test purposes: login=test pwd=test2013). Can someone help me? Thanks....
logoutbuttontiff.zip
Last edit: 10 years 10 months ago by ventluc.
The topic has been locked.
Support Specialist
Add the following to your template's CSS file, which should make the welcome and logout text go side-by-side:
.sclogin-greeting, .sclogout-button { float: left; }

Hope that helps, but if you need anything else, just let us know.

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

None
Thanks a lot! It works! Anyway...In which css file of SCLogin module ".sclogin-greeting" and "sclogout-button" have been defined? I would like graphical view of welcome message and logout button: so I would like to modify those classes but I haven't found them anywhere (in my template or in css files of sclogin module).....

Thanks a lot!

Luca
The topic has been locked.
Support Specialist
Luca,
There is no CSS for those styles. We inserted them into the output so that you can create whatever styles for them that you want. By default, we don't style them in any way though.

I hope that makes sense, but if you have any questions, just let me know.

Thanks,
Alex
The topic has been locked.