Im trying to move my topbanner to the left

How can i move the top banner all to the left my code in my top.tpl file is this

```php {* $Id: top.tpl 3749 2007-08-27 11:58:55Z zeke $ *}















{$settings.Company.company_name}











{include file="top_quick_links.tpl"}

{include file="top_search_cart.tpl"}



{include file="top_menu.tpl"}
```

i have tried putting ```php
``` to
```php

```

but that doesnt change anything what can i do ?

you can take a look here [url]http://fastgainer.net/index.php[/url] that is what im talking about in the top i want it all over to the left how is that possible ?

Fastgainer, I just tried clicking on the url that you provided and it is only showing a blank page.

Bump the site should work now its the top link i would like to move alle the way over to the left

If you don’t just make it your Logo then:



Try replacing your top.tpl with this.


```php {* $Id: top.tpl 3749 2007-08-27 11:58:55Z zeke $ *}























{include file="top_quick_links.tpl"}

{include file="top_search_cart.tpl"}



{include file="top_menu.tpl"} ```

[B][COLOR="Red"]Make sure you save your original and BACKUP ALL YOUR WORK.[/COLOR][/B]

Thanks that worked :smiley:

One suggestion I would make is to reduce the width of that topbanner.jpg

img src=“{$images_dir}/topbanner.jpg” width=“903”



Why?

The site is now too “wide” for the majority resolution 1024x768

The site does not “fit” in a browser window as it should which is now requiring your customers to “scroll horizontal” which is a definite “no-no”



I wouldn’t recommend a total width of over 970 to make sure the site will “fit” for the majority of your visitors.



With the top menu links next to your banner your width is somewhere around 1340px. Reduce your banner by at least 400px to fit the site properly on screen.



Just my 2¢