Jump to content

Shopping Cart Position..


Recommended Posts

This is due to the full width banner, you can fix this by editing the blockcart.css file.

This file is located in ..modules/blockcart, edit the section below and change the top value until the hover cart is in the position you want.

I can not tell you the exact value as you have ccc enabled which combines all css files for faster load speeds but prevents me from editing the css file in my developer tools.

 

#header #cart_block {

z-index: 10;

display:none;

position: absolute;

right: 0;

top: 65px;

height: auto;

width: 200px;

-moz-border-bottom-right-radius: 3px;

-moz-border-bottom-left-radius: 3px;

-webkit-border-bottom-right-radius: 3px;

-webkit-border-bottom-left-radius: 3px;

border-bottom-right-radius: 3px;

border-bottom-left-radius: 3px;

box-shadow: 0 1px 0 #C6C6C6;

background:#eee

}

Link to comment
Share on other sites

×
×
  • Create New...