• Resolved goldmanas

    (@goldmanas)


    Hello,

    So i’m using Gantry5 framework/plugin and hydrogen_5 theme. Everything is working fine, but I have a problem when I hover over the submenu, winch is above the product picture. When I’m going over the sub menu items and mouse gets over the picture, the picture gets zoomed, and my menu gets closed.

    How can i fix it?

    Hope you will understand my question ??

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

    (@goldmanas)

    Hello again,

    I found a solution.

    .zoomContainer{
    	z-index: 1 !important;
    }
    Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    I’m glad you found a solution. The z-index of the zoom container depends a lot on the theme. In your case it has to be higher than the z-index of the other elements around the image, but lower than the z-index of the menu.

    Best regards

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