MyBB Community Forums

Full Version: How do i center ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a big wide logo which i move into the center how do i do that ? Sorry about this, i am new to myBB.

Thanks.
Go to: Admin CP > Templates > *Your Template Set*

Open the "header" template.

FIND:
<div class="logo">

REPLACE WITH:
<div class="logo" align="center">

Should do it Toungue
Hi,

Thanks. Works like charm.

Thanks.