MyBB Community Forums

Full Version: Board logo to the centre
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all is there a way to put my "board logo" to always be in the centre not to justified to the left ..... my forum is

http://www.peterhollaway.co.uk/forum/index.php

thanks in advance

Peter Hollaway
admin panel --> templates --> current template set --> header templates --> header

find :
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

replace :
<div class="logo"> with <div class="logo" align="center">

save and visit your forums. if there is no change then refresh (CTRL + F5)
(2011-06-20, 03:44 PM)ranjani Wrote: [ -> ]find :
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

replace :
<div class="logo"> with <div class="logo" align="center">


tried just now . . . now the board logo has gone ?


^ it was a different theme earlier. now it is default theme !!
(2011-06-20, 04:06 PM)ranjani Wrote: [ -> ]^ it was a different theme earlier. now it is default theme !!

sorry fiddling about ......

all back now sorry


^ no problem Smile for the required centering of the logo, you need to do above
simple edit in the yuvapix related theme's templates (NOT the default templates)

Thanks ranjani Big Grin

all worked thanks for your help

Peter Hollaway