Breadcrumbs
Home
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>myBB Tutorials
- myBB - Forum Migration
- myBB - Create Backups
- myBB - Templates and Styles
- myBB - Plugins administration
- myBB - Managing Logs
- myBB - Users and Groups
- myBB - Maintenance Tools
- myBB - Banning Users
- myBB - Similies Management
- myBB - Access Admin Backend
- myBB -Preferences and Versions
- myBB - Configuration Management
- myBB - Configuration Settings
- myBB - Access Admin Backend
- myBB - Centering the logo
- myBB - Understanding the theme manager
- myBB - Working on images
- myBB - Gathering files
- myBB - Understanding myBB theme
- myBB - Themes customization
- myBB - Installation continued
- myBB - Installation
myBB Advanced Tutorials
Advanced myBB Tutorials

Live Demo
Official Website
Latest Stable Version
1.6.1
Download Link