Tagged: Home, LayerSlider, z-index
Hello my friends,
I have the Enfold theme set up and added some slide-out CSS Buttons on the left side. Unfortunately I have a problem on my Frontpage. The Layerslider I use overlays above the slideout buttons so they only become visible after scrolling down below the image.
I tried various things I’ve found in the forums regarding the z-index values. Unfortunately nothing yet worked.
Maybe someone can help me with this?
Hi ragepx,
I think I have already answered you on this thread: https://kriesi.at/support/topic/mobile-version-fullwidth-slider-covers-color-section-below/
Just add this css code in Quick CSS:
#top #footer {
z-index: 20;
}
Best regards,
Nikko