MyBB Community Forums

Full Version: Alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Could anybody look into why some of the options when posting a new thread does not align to the left?

Please check attachment to see what I mean.

Link: www.neochat.co.uk
Test account?
Sure thing...

Username: testdummy
Password: testdummy

Account deleted due to fix.
label{
float:left;
padding:3px 5px 0 0;
color:#000000;
text-align:left;
}

Get rid of the float property. I think that should do the trick.
Spot on yet again Fábio!