Hi all,

I've started work on a new site, and for the life of me cannot solve a problem regarding the cart header.

The addon I am using is: shoppingcartfreeshipinheader1-1 from the downloads section.

Site URL is: adatglobal.com


I have the following definition in the stylesheet.css for its positioning:

#cartHeader {
background:none repeat scroll 0 0 #CACACA;
border:1px solid #888888;
color:#000000;
position:absolute;
right:218px;
text-align:center;
top:15px;
width:153px;
}

Now - this seems to work fine on my computer (in IE, FF, Safari and Chrome browsers), but on other screen resolutions the cartHeader changes position.

I was sure it must be a defining value in the header that is a % (hence the changing on different screen resolutions) but alas I cannot find anything.

Just wondering if I am being blind, and or stupid and any help would be appreciate...