I can move to the upper right corner?
view full-size http://i40.tinypic.com/2vajocz.png
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat right 0; position:fixed; z-index:1000001; left:50%; top:225px; overflow: hidden; cursor: pointer; }
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat right 0; position:fixed; z-index:1000001; right:0; top:0; overflow: hidden; cursor: pointer; }
Konrad M wrote:Hi,
Go to gkstuff.css and find
- Code: Select all
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat right 0; position:fixed; z-index:1000001; left:50%; top:225px; overflow: hidden; cursor: pointer; }
and change to:
- Code: Select all
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat right 0; position:fixed; z-index:1000001; right:0; top:0; overflow: hidden; cursor: pointer; }
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat left 0; position:fixed; z-index:1000001; left:0; top:0; overflow: hidden; cursor: pointer; }
#gkVmCartSmall { width:41px; height:49px; background:transparent url('../images/style1/minicart.png') no-repeat right 0; position:fixed; z-index:1000001; left: -500px ; top:0px; overflow: hidden; cursor: pointer; }
Konrad M wrote:I think so.