MyBB Community Forums

Full Version: Move logo to the center
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, noob question of the day. But i've been googling for an hour now to no avail. I am using theme>iGame.  How do I move the logo to the center. 
SourceBlockMC.com

Thanks for any assistance you may offer. You guys are the bomb.com!
send PM to iAndrew
may be he can help you

you use this themes?
https://community.mybb.com/thread-165251.html

send pm the owner of iGame themes
https://community.mybb.com/user-84715.html
its pretty easy. Go to the header templates and add a class to the logo. Then position is however you want.

Example

img.logo {

display: block;
margin-left: auto;
margin-right: auto
}
(2016-08-13, 01:37 AM)EvanWells Wrote: [ -> ]..............
SourceBlockMC.com
........
.logo {
text-align:center;
}

just add a text-align to your logo's class
1) Look for this line in templates > Project > Header Templates > Header

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

And make this