Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Jacqueline Hoppenbrouwers Friend
    #145572

    Hello,

    Please take a look at this site and click the product image to enlarge and you will see the larger image disappears under the mainnav.

    Can you help me fix this?

    thank you.
    Kind regards, Jacqueline

    Anonymous Moderator
    #321868

    Hi sj33k

    This issue is from z-index.

    Please open components/com_virtuemart/js/slimbox/css/slimbox.css file, find following code:


    #lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    }

    #lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    }

    and change to:


    #lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    z-index: 1000;
    }

    #lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 1001;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum