MyBB Community Forums

Full Version: All text is centered not left justified by default.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Oh it's a class not an id Toungue. Sorry Sad.
(2010-09-18, 06:11 AM)AJS Wrote: [ -> ]Alex is right, the center tag is deprecated and you should really avoid using it.

Just change #logo to .logo in Alex's code and it should work. Smile

went into themes global.css added the code still not working.
Okay, use this:

.logo {
text-align: center;
}
(2010-09-19, 10:08 AM)AJS Wrote: [ -> ]Okay, use this:

.logo {
text-align: center;
}

still doesn't center the logo Wink
It should do. PM me admin login info if you want me to take a look. Smile
Pages: 1 2