[Tutorial] Centering the logo.
#1
I have come across many posts here where users have asked how to center the logo. I have answered some of them and thought it would be best to make a sort of tutorial about it so it can save a lot of time in the future to those that want to accomplish such a thing.

Anyway, here we go:

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>

and replace it with:

<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>
[Image: sig.gif]

Contact me in private only if you need paid help with mybb-related issues. Otherwise, please don''t, unless I invite you to. Thanks Smile
Reply


Messages In This Thread
[Tutorial] Centering the logo. - by babjusi - 2009-11-24, 05:16 PM
RE: [Tutorial] Centering the logo. - by User 2877 - 2009-11-25, 12:45 AM
RE: [Tutorial] Centering the logo. - by babjusi - 2009-11-25, 01:39 AM
RE: [Tutorial] Centering the logo. - by User 2877 - 2009-11-25, 05:03 AM
RE: [Tutorial] Centering the logo. - by babjusi - 2009-11-25, 10:14 AM
RE: [Tutorial] Centering the logo. - by mario4 - 2010-05-16, 11:52 PM
RE: [Tutorial] Centering the logo. - by Crystal31 - 2011-11-20, 02:51 PM
RE: [Tutorial] Centering the logo. - by Jason L. - 2011-11-20, 02:54 PM
RE: [Tutorial] Centering the logo. - by mala - 2014-06-14, 06:30 PM
RE: [Tutorial] Centering the logo. - by .m. - 2017-07-14, 06:20 AM
RE: [Tutorial] Centering the logo. - by bowdyyy - 2018-12-27, 11:52 PM
RE: [Tutorial] Centering the logo. - by 500bees - 2024-08-29, 04:48 PM

Forum Jump:


Users browsing this thread: 8 Guest(s)