Topic-icon Logout on right and button as smidge too tall

Active Subscriptions:

None
9 years 11 months ago - 9 years 11 months ago #48010 by dennismccarthy
Hello. How do I make the logout button go to the right? And how do I make it a little less tall? 198.11.231.98. You can login with test and test.
Last edit: 9 years 11 months ago by dennismccarthy.
The topic has been locked.
Support Specialist
9 years 11 months ago #48029 by alzander
Thanks for the test account. That helps a lot.

For making the button smaller, you can use the following CSS:
#scLogoutButton .btn.btn-primary {
height: 25px;
padding-top: 2px;
}
As for going to the right, I'm not sure it can go any further right. It's already in the right-most position of the .rt-flex-container which is in your header. Where were you looking to put it?

Thanks,
Alex
The topic has been locked.