Support Forums

Full Version: MyBB forum board logo centered?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there! Graveee here.

I am currently managing a MyBB forum located here, I have created a sufficient board logo, but I need it centred, if someone could walk me through how to centre it I'd love you forever!

Thanks -G.
AdminCP>Templates & Styles > Templates > Find you theme > Header Templates > Header

After some lines you'll see

Code:
<div class="logo">

change it to

Code:
<div class="logo" align="center">

save and exit , all done.
Use the align code which is used in threads and posts
(11-28-2011, 07:00 AM)iMoney Wrote: [ -> ]Use the align code which is used in threads and posts

the align code used in threads are

Code:
[align=center][/align[

its a BB code

and the way to center a image/text or anything in html page we use

Code:
<align="center"></align>

got the difference?
I was going to mention <p align="center"> </p> then use the logo.
However Hei knows what he's doing; use the align code within the <div> code.