Quote:
Originally Posted by Speedy2000
I've edited the logo by using my own image (header_logo.png in /images/gradients). But it's aligned to the left. Is there a way to center the image? You can see it on my website.
|
In your header template, find:
HTML Code:
<td class="head_top" width="100%" align="left">
Replace by
HTML Code:
<td class="head_top" width="100%" align="center">