0
I’m having a hard time opening one lightbox Fancybox the same is getting below my menu, I changed the position of the same, but I did not like the result, it became strange, but I could not leave it opening up.
The page with the effect is this: Page with Lightbox
I tried to alter the opening of the same by z-index, but without success:
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 10020;
margin-top:35px;
}
Beware of using z-index, kicking a high number is as bad as using ! Import in css. use responsibly.
– feliperohde