MyBB Community Forums

Full Version: How to allign the header in the center?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have changed the forum width from 100% to 60%.

I am now having trouble changing the header width to match.

Please see the example here

http://www.hideyourselfonline.com/forum

Can someone please help me locate where to change the header location. Thanks. Cool
Go to: ACP > Templates > Header Templates > header > and add the following code "before" any thing;
<div align="center">
and then the following code "after" every thing;
</div>
Thank you!