Z-index Module in modal
- Posted by Ton van der Helm (67) Offline
Hello,
on www.vollebregtbrommobiel.nl/aixam-store-nederland I'm using the button "OKTOBER ACTIE!" to trigger the Module in Modal.
But as you can see the images of the small slideshow are on top of the Module in Modal. I've tried to change the z-index of this by adding to the custom css:
#jbounce-jmodal {
z-index:99999999;}
But unfortunately without luck.
How can I fix this?
Thanks!
9 years 6 months ago #1
by Ton van der Helm
on www.vollebregtbrommobiel.nl/aixam-store-nederland I'm using the button "OKTOBER ACTIE!" to trigger the Module in Modal.
But as you can see the images of the small slideshow are on top of the Module in Modal. I've tried to change the z-index of this by adding to the custom css:
#jbounce-jmodal {
z-index:99999999;}
But unfortunately without luck.
How can I fix this?
Thanks!
The topic has been marked as resolved.
- Posted by TemplatePlazza (5310) Offline
Hi try to add this code to your css file :
9 years 6 months ago #2
by TemplatePlazza
.mimodal
{
z-index:999!important;
}
The topic has been marked as resolved.
- Posted by Ton van der Helm (67) Offline
The topic has been marked as resolved.