Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Pigo3934blog

    (@pigo3934blog)

    I found a way to get it to NOT overlap the sticky header navigation menu.

    I lowered the Z-Index from 9999 down to 10 .

    ======================

    .dropdown-cart-button {
    font-size: 14px;
    font-weight: normal;
    width: 240px !important;
    min-height: 35px;
    border: 1px solid #CCC;
    text-align: left;
    padding: 0px 10px 0px 36px;
    margin: 0px;
    position: relative;
    z-index: 10 !important; /* Lowered this from 9999 since it overlapped the sticky headers navig bar */
    overflow: visible;
    background: transparent url(“../images/cart.png”) no-repeat scroll 0px center;
    }

    Plugin Author Phuc Pham

    (@svincoll4)

    Thanks Pigo3934blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do we lower the z-index so it does not overlap sticky header menu ?’ is closed to new replies.