Jump to content

Making the Cart scroll down the page so you can always see it


Recommended Posts

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

  • 2 weeks later...
  • 5 months later...
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.



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

37258_S57wjKRK38AyLciI9yNV_t

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...