Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make the popbox the highest z-index #11

Open
clochette opened this issue Apr 10, 2013 · 3 comments
Open

How to make the popbox the highest z-index #11

clochette opened this issue Apr 10, 2013 · 3 comments

Comments

@clochette
Copy link

Hi.
I have several "open" links in a same page (they all are images), each opens one popbox.

My problem is that when I click to open a popbox, if the popbox overlays with one of the other "open" links, the popbox is not the highest z-index so, the other links are not hidden by the popbox but they still show, as if they were in the middle of the content of the box.

How could I fix this ?

Thanks
pop

@BeatnikDude
Copy link

I did it by adding this CSS:

div.popbox .collapse {
 z-index: 1;
}

@clochette
Copy link
Author

Thanks but I'm afraid it doesn't make a diffrence.
The other "open" links are always appearing over the popbox... :(

@Petread
Copy link

Petread commented Feb 3, 2019

Hi,
Even if this post is pretty old. I had struggles with this also for a long time.
Key is to set Z-index of your elementor div to something higher.

  • select your elementor block
  • go to advanced settings
  • set Z-Index to something above the other elements.

br,
Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants