MyBB Community Forums

Full Version: Fix my button to go lower?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://gyazo.com/4c6d01a4da3da13fdf3f164aebc13777
I'm trying to get my "Login/Register" button to go down lower by 6px and I have tried

margin-top: 6px;

But that didn't work. I think I found the problem which is this
http://gyazo.com/13058287d7e6689c0ae56ce9b366d692

I don't know how to make a style for that kind of name for example

If it was:
<div id="signin"></div> then I would style it like this #signin {}

but since that name is in an "class" instead of "div", how do I style it?

Website: http://www.Vizzy.VisualizeEdits.com/
you can use style like this --> .signin {position: relative; top: 6px;}
Thank you so much .m.! Big Grin