Image Placement In Header Issues

I am a site I am working on and we are attempting to add a header image to the site. The problem I am having is the header image is pushed over to the right about 10 pixels and doesn't line up perfectly. I have looked through all the files I believe could affect the header

index.css
_header.html
_sub_header.html
index.php
header.inc.php

I can not seem to figure this out any help or pointing me to maybe a file I have missed would be greatly appreciated.

Thank

You can see it at http://www.jasoncohenitservices.com/fasttracku

Quote · 17 May 2010

Anyone???

Ill pay to have it fixed if I have to!

Quote · 18 May 2010

change div.sys_mi  from margin 0 auto  to  margin-left: 123px ;

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 18 May 2010

Open templates/base/css/general.css

 

find 

 div.sys_ml_wrapper {

        margin: 0px 10px;

 

Change to

div.sys_ml_wrapper {

        margin: 0px -2px;

 

Clear all caches

 

Done

It will look like the image below:

image

Custom Dolphin Development and Support, Professional Mods | http://www.boonex.com/unity/Adminmysite
Quote · 18 May 2010

TY So much :)

Quote · 18 May 2010

 

TY So much :)

 

Your welcome.  forgot to add clear cache  as i turn this off on every site i install or work on.....

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 18 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.