07-07-2010, 11:15 PM
I was trying to do this, this morning and finally figured it out and thought I should share
TO CENTER LOGO:
Go to
Find
and replace with
Go to
Find
and replace with
Find
and replace with
Enjoy
--Conor
TO CENTER LOGO:
Quote:[Highlight]ACP>>Templates>>**Your Theme**>>Head Templates>>Header
Find
Code:[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
Code:[Highlight]
<div class="logo">
Code:[Highlight]
<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
Code:[Highlight]
<div class="logo">
Code:[Highlight]
<div class="logo" style="margin:0 auto;text-align:right">
Enjoy
--Conor