View Single Post
  #1 (permalink)  
Old 09-03-2008, 02:58 PM
FelixJ FelixJ is offline
New Pligger
 
Join Date: Sep 2008
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
[SOLVED] Move logo from right to left.

Hello

I have modified the header a bit to give space for the logo. The problem I got though is that the logo is placed at the right side. How can I place the logo to the left side?

Here is the image link I put in the header.tpl:

Code:
<a href="{$my_base_url}{$my_pligg_base}" ><img src="{$my_pligg_base}/templates/{$the_template}/images/logo.png" width="234" height="79" style="position: absolute; top: 0; padding-left: 0px; " ></a>
and here is the main.css code:

Code:
#header {margin:0px 0px 10px 0px; padding-left: 0px; padding-top: 75px; }
Can I just change the image link somehow to fix this or do I have to add something in the main.css code?


Here's a link to the site: CS-Tube.com - Resources / Published News

Thanks alot!
Reply With Quote