MyBB Community Forums

Full Version: Quick log in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
for the div #quick_login => you can remove existing css properties and use text-align: center;
A little help? Not 100% sure
Ok i got it in the center.

using #quick_login {text-align: center;}

One problem, how do i lower it?

See for yourselfs www.totalfootballforums.net
Still can't do it?
first remove the "float: left;" from .logo and then add a top margin to #quick_login (ex. margin-top: 50px; )