Jump to content

problem cart


Rares Mogosan

Recommended Posts

Its seems you have done various module hook position changes.

You can try the following thing.

 Edit the following file via FTP
themes/default-bootstrap/css/modules/blockcart/blockcart.css?1572527810 

Search for #header .cart_block & change the CSS to following

#header .cart_block {
    position: absolute;
    top: -116px;
    right: -382px;
    z-index: 100;
    display: none;
    height: auto;
    background: #990066;
    color: #fff;
    width: 270px;
}
 

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...