07-07-2010, 11:33 PM
(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
Go to
TO CENTER LOGO:
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header
Find
and replace withCode:[Highlight]
<div class="logo">
Code:[Highlight]
<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
and replace withCode:[Highlight]
<div class="logo">
Code:[Highlight]
<div class="logo" style="margin:0 auto;text-align:left">
TO ALIGN LOGO RIGHTGo to
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header
Find
and replace withCode:[Highlight]
<div class="logo">
Code:[Highlight]
<div class="logo" style="margin:0 auto;text-align:right">
Enjoy
--Conor