MyBB Community Forums

Full Version: Default Theme - Logo out of container?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So... how can I place logo of my forum, outside of container?
What I want is to put logo above container, so... my question is how to do that?

If you are not sure what am I trying to ask, let me know.
Thanks.
This would be pretty simple to do.

Go to your header template and copy the logo code and move it above the <div id="container"> code.

Then go to global.css and add to it:
.logo {
width: YOUR.CONTAINER.WIDTH;
}

Smile