MyBB Community Forums

Full Version: Can anyone figure out the css?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to move the "Login/Register" button up a few pixels so that it can be align with the other menu on the right side but for some reasons, I can't move it.

Issue: http://gyazo.com/398a1607dc5f05c9de356282d98cc5f4

Website: http://www.Vizzy.VisualizeEdits.com/
Try adding
margin-top: -3px;
and adjusting it to you get it right.
(2013-07-10, 07:37 PM)JonathanP Wrote: [ -> ]Try adding
margin-top: -3px;
and adjusting it to you get it right.

Doesn't work, i tried it in the

.signin {
        margin-top: -3px;
}

.signin a {
        margin-top: -3px;
}

#panel {                (even though this has nothing to do with it. :/ )
        margin-top: -3px;
}

http://gyazo.com/118ff40cf47d87444dfeff3647d75434
But it doesn't move. It's in here.

I don't even know how to fix this. Can someone help? I have tried fixing it for 2 hours and can't figure it out.
Yes, thank you .m. Topic solved!