Hello everyone.
I placed a raw content in one page,I placed a shortcode from a three party plugin, called Interactive Map by Avirtum, it displays a lightbox, but it appears below the menu, which is sticky, even for avoiding this I change it to static.
I searched and found I have to add css code ti change the z-index. Here is the code I change.
.x-navbar-fixed-top {
position: static;
}
.vision-lightbox .vision-lightbox-theme-light .vision-show{
z-index:999999;
}
But it remains below the menu. What I´m missing?
Thanks in advance.