• Resolved tasco

    (@tasco)


    Hi, Great plugin!
    I am only having issues with the Zoom overlapping the mega menu.
    This should be a Z-index issue but trying to change the Z-index of my many higher (is already 99999) does not do anything.

    Neither does trying to find the object of the zoom and changing the Z-index to something low.

    Any advice?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    you can lower the zoom window’s z-index with the following CSS rule:

    .zoomContainer[style] {
      z-index: 40 !important;
    }
    Thread Starter tasco

    (@tasco)

    Worked like a charm!

    Great solution. quick response! 5 stars

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Zoom overlapping my mega menu (Z-index already changed)’ is closed to new replies.