moving box cart

GK User
Sun Apr 15, 2012 4:06 pm
I can move to the upper right corner?
Image
view full-size http://i40.tinypic.com/2vajocz.png
User avatar
Senior Boarder

Konrad M
Mon Apr 16, 2012 5:52 am
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; }
User avatar

GK User
Mon Apr 16, 2012 1:59 pm
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; }

Thanks Konrad M 8-)
User avatar
Senior Boarder

GK User
Mon Apr 16, 2012 2:17 pm
And if I wanted to put on the left would look like?
Code: Select all
#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; }
User avatar
Senior Boarder

GK User
Mon Apr 16, 2012 3:17 pm
this right so? :?:

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: -500px ; top:0px; overflow: hidden; cursor: pointer; }
User avatar
Senior Boarder

Konrad M
Tue Apr 24, 2012 9:33 am
I think so.
User avatar

GK User
Tue Apr 24, 2012 1:59 pm
Konrad M wrote:I think so.

thanks Konrad
User avatar
Senior Boarder

Konrad M
Tue Apr 24, 2012 5:23 pm
I'm glad I could help
User avatar


cron