Jump to content

[Solved] 'add To Cart' Popup Under 'topmenu' Bar


Recommended Posts

Your menu has a high z-index set.

 

In superfish-modified.css:

.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    display: inline-block;
    background: transparent;
    background: #3E494F;
    z-index: 100;
}

Try to delete or comment out this line and see if it helps:

.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    display: inline-block;
    background: transparent;
    background: #3E494F;
    /* z-index: 100; */
}
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...