Topic-icon how to move the logout button?

Active Subscriptions:

None
10 years 4 months ago - 10 years 4 months ago #43625 by mihey
how to move the logout button (pic2) in one line with the greeting? as it moves to shopping cart.


please help.
Last edit: 10 years 4 months ago by mihey.
The topic has been locked.
Support Specialist
10 years 4 months ago #43662 by alzander
If you add the following to your template's CSS it should make things float horizontally:
.sclogin-greeting {
float:left;
}
Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago - 10 years 4 months ago #43750 by mihey
Thank you very much, it helped. Tell me how to reduce the height of all fields, username, password, and a button to Login and registration.
Even tell me how to remove the commas in the greeting?
Last edit: 10 years 4 months ago by mihey.
The topic has been locked.
Support Specialist
10 years 4 months ago #43762 by alzander
Can you let me know a site where we can see the Login module on? That will help us provide the proper CSS that would work with your template to make sure we don't run into any conflicts.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 4 months ago #43910 by alzander
The below styles will help you get going, but you'll need to tweak them specific to your site. For that, we can't directly help you as there's quite a few different styles in your template that may cause some issues. Hopefully, these classes and this example will help get you started:
.sclogin.sourcecoast input, 
.sourcecoast .btn, 
.sourcecoast a.forgot.btn {
height: 20px !important;
line-height: 10px !important;
padding: 2px !important;
}
Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago #44084 by mihey
Hi Alex, there is one problem

tell me how to align the button and text on the same line.
The topic has been locked.