Jump to content

How do I fix the "cart" module?


Recommended Posts

In modules/blockcart/blockcart.css find

#header #cart_block {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 0 #C6C6C6;
    display: none;
    height: auto;
    position: absolute;
    right: 50px;
    top: 88px;
    width: 200px;
    z-index: 10;
}

Change top to 105px

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...