MyBB Community Forums

Full Version: Logo Alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! i want to change the alignment of MyBB Logo from left to middle. Please let me help step by step how it will be done.
I am waiting for your reply.
Regards
Find Logo in global.css

Make it like this:
#logo {
text-align: center;
}
Go to your Global.CSS file in Themes
Find your logo code and put:
#logo {
text-align: center;
}