User Rating: / 0
PoorBest 

Centering the logo


 

To center the default logo, find at the Header templates-header the following code:

 

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

 

After this replace the code with the following:

 

<div class="logo" style="margin:0 auto;text-align:center"><a href="/{$mybb->settings['bburl']}/index.php"><img src="/{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Live Demo

mybb.joomlarocket.com

Official Website

www.mybboard.net

Latest Stable Version

1.6.1

Download Link

click here!