Custom cms code and z-index

frederic11
140 Posts
frederic11 posted this 11 February 2020

Hello,
i have a problem with a cms code control in Virtuemart.
I thing it is a z-index problem but i cant make it work.
This is a list and it go behind the other image.
Please see screenshots.

The page url : https://lelapinbo.ch/fr/fille

Capture-d’ecran-2020-02-11-a-18.18.04.png

Capture-d’ecran-2020-02-11-a-18.18.53.png

Hello, i have a problem with a cms code control in Virtuemart. I thing it is a z-index problem but i cant make it work. This is a list and it go behind the other image. Please see screenshots. The page url : https://lelapinbo.ch/fr/fille !Capture-d’ecran-2020-02-11-a-18.18.04.png! !Capture-d’ecran-2020-02-11-a-18.18.53.png!
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 12 February 2020

Hello,

Try adding this code to Home -> Settings -> Additional CSS:

.active ul.dropdown {
z-index:9999!important;
posiiton:relative!important;}

Gina
Themler Support

Hello, Try adding this code to Home -> Settings -> Additional CSS: .active ul.dropdown { z-index:9999!important; posiiton:relative!important;} Gina Themler Support
frederic11
140 Posts
frederic11 posted this 12 February 2020

Hello,
problem sovled with :

.separated-item-5 {
z-index: inherit !important;
}

Regards

Hello, problem sovled with : .separated-item-5 { z-index: inherit !important; } Regards
Support Team
Support Team posted this 12 February 2020

Ok, thank you for updating us on this.

Gina
Themler Support

Ok, thank you for updating us on this. Gina Themler Support
You must log in or register to leave comments