Answered

Lightbox displaying behind header

Hi - when using the Lightbox to display the designer with the Avada theme, the Lightbox is being displayed partially behind the header. Would anyone have any idea how I can fix this please?

  • Please open a support ticket on our website, so we can have a closer look at your issue.

  • Hi - I've done this and it's been two days without a response to the ticket. Are you able to advise please?
  • Hi, i've got the same problem. Header, and other objects are showing before lightbox. When lightbox is open you can scroll the product page. Anyone who could provide fix?

  • For me this was a theme issue, I use the BRIDGE theme by Qode, and the code below fixed the issue/was a suitable workaround:


    You can try with the custom CSS code in Qode Options -> General, scroll down to Custom Code -> Custom CSS, copy and paste:

    header {
    z-index: 100 !important;
    }
Login or Signup to post a comment