How can I place a widget on top of the layser slider. The css z-index is at 9999 of the widget but the layer slider covers the widget.
Any page we can see the issue?
Hi,
Sorry for the very late reply and thanks for your patience. I assume it is only for the homepage so please try this css:
#top.home #layer_slider_1 {
z-index: 0 !important;
}
if it is for every page then try removing the .home
part of the css.
Then clear your browser cache and check.
Best regards,
Mike
To place a widget over the layer slider I used following css code:
.ls-inner {z-index: 0 !important; }
.ls-slide-backgrounds {z-index: 0 !important; }
Hi,
Glad to hear that you have this sorted out, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike