MyBB Codes

Full Version: Positioning Your Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(07-07-2010 11:15 PM)ccalby Wrote: [ -> ]I was trying to do this, this morning and finally figured it out and thought I should share Tongue

TO CENTER LOGO:
Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:center">

TO ALIGN LOGO LEFT

Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:left">

TO ALIGN LOGO RIGHT
Go to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header

Find
<div class="logo">
and replace with
<div class="logo" style="margin:0 auto;text-align:right">

Enjoy Smile

--Conor
Good Tuto
If you want to position your logo then there are several tutorials can be available for these there are so many things which is great to know about it. These all tutorials are really very fantastic.
Reference URL's