Topic-icon Login and Logout buttons different sizes, causing problems.

Active Subscriptions:

None
If you will look at cce-dev.zacaw.com and log into the site
User: sclogin
Password: gvo5h66s

You will see that the Login button fits fine in the upper right toolbar, but once logged in, the Log Out button is larger and causes the image below it to shift left.

Any ideas?

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

None
You gave me some CSS code in a post titled "Bottom padding in horizontal view" posted on March 9th.

Perhaps, there is some padding on the log out button that is causing the same problem?

Thanks,
Dom
The topic has been locked.
Support Specialist
7 years 3 weeks ago #61189 by mel
The problem is being caused by:
.sourcecoast form {
margin: 0 0 20px;
}

You can change that margin to 0px, but you should investigate to make sure nothing else is affected.

-Melissa
The topic has been locked.
Active Subscriptions:

None
That solved it...THANK YOU!
The topic has been locked.