• Resolved theariongroup

    (@theariongroup)


    The cart drop down keeps showing up behind the Gracida logo (specifically in the mobile view). I inspected the page and know that the @media not screen and (min-width: 468px)
    .logo-container is set to z-index:999

    I tried using the additional CSS tab to change it but it isn’t working. This is what I have so far.

    #mini-cart-content {
    	position: fixed;
    	z-index:999 !important;
    }
    	
    .logo-container {
    	z-index:800 !important;
    	position:relative;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to overwrite z-index?’ is closed to new replies.