lowriderchris Posted August 13, 2010 Share Posted August 13, 2010 Making the Cart scroll down the page so you can always see it, is this possible?when you add something to the cart you dont see it add really so is it possible with a module or something to make the cart follow you down the page as you scroll down? josbabygifts.co.uk is the shop if you want to see the theme im using if it makes a differance Link to comment Share on other sites More sharing options...
razaro Posted August 21, 2010 Share Posted August 21, 2010 Add following code to global.css div#cart_block{background:white;position:fixed} div#new-products_block_right{margin-top:15em} Not sure if it looks OK but try it. Link to comment Share on other sites More sharing options...
cassim Posted January 23, 2011 Share Posted January 23, 2011 Add following code to global.cssdiv#cart_block{background:white;position:fixed} div#new-products_block_right{margin-top:15em} Not sure if it looks OK but try it. It works but you don't need the last code of it.div#new-products_block_right{margin-top:15em} This code can be removede. It have no use. (for me) I use this code below. div#cart_block{ background:white; position: fixed; z-index: 1; right: 0; top: 0px; This code move it all to the right Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now