Topic-icon How to line up avatar with welcome greeting

Support Specialist
7 years 3 months ago #60702 by mel

The button still has a faint border which is more noticeable when you click it.

Try adding "box-shadow: none;" to the ".sourcecoast .scuser-menu .btn" style set

Also, the button takes up more vertical space than I would like.

Then tinker around with padding, instead of padding-top: 5px, change to something like "padding: 0px 22px 0 22px;" and then work your way from there.
The topic has been locked.
Active Subscriptions:

None
7 years 3 months ago - 7 years 3 months ago #60703 by fb_1582987308
Hi Melissa,

Everything is great except I cannot figure out how to change the caret (right side of My Account) to a white color. Any suggestions? Also, I cannot get the profile pic to line up with the greeting; which should be in the center of the pic.

Rene
Last edit: 7 years 3 months ago by fb_1582987308.
The topic has been locked.
Support Specialist
7 years 3 months ago #60709 by mel

Everything is great except I cannot figure out how to change the caret (right side of My Account) to a white color.

.sourcecoast span.caret {
border-top: 4px solid #fff;
}

Also, I cannot get the profile pic to line up with the greeting; which should be in the center of the pic.

.sclogin-greeting {
padding-top: 5px;
}
The topic has been locked.
Active Subscriptions:

None
Thanks Melissa.

Rene
The topic has been locked.