Topic-icon Move logout button

Active Subscriptions:

None
12 years 3 months ago #41154 by mr.insideout
www.onthegrapevine.info

I would like to have "Welcome Admin, Logout Button" side by side, rather than the logout button being below the "Welcome Admin," In the "Absolute" Position at the top of the page. Also need to make sure there is enough space for extra long username next to "Welcome"
File Attachment:


File Attachment:


Any help would be appreciated.
The topic has been locked.
Support Specialist
12 years 3 months ago #41182 by alzander
Replied by alzander on topic Move logout button
Try adding the following to your template's CSS file:
.sclogin-greeting { 
float: left; 
} 
.sclogout-button form { 
margin: 0; 
}
Our next release of the SCLogin module will have broken out theme stylesheets, which should make it easier to update our styles, but for now, including that in your template's CSS file is the best option.

I hope that helps, but if not, let us know.

Thanks,
Alex
The topic has been locked.