MyBB Community Forums

Full Version: How Do I...?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i center my forum header?

( www.wild-spikes.net )

[Image: banner.gif]

Thanks in advance to anyone who can help Big Grin


ps. Ive tried adding <center></center> codes in the header file but it doesnt work. Confused
Maybe you can try [align=center] ?
Thanks Big GrinBig Grin
It's easier to add to your theme instead of templates.

Go into the theme and in "additional css" add this:

.logo {text-align: center;}

If you also want to center the toplinks text...go to that area in the theme editor and change from text align right to center. It's there.
You can't center an image with text-align.

.logo { margin: auto; }

should however work.
Try putting this in the header template

<div align="center><div class="logo"></div>