Here’s the site: http://www.jiwire.com/
if you scroll down below the fold the layersliders and enfold elements start to appear through the upper navigation of the header. Is there a hotfix for this? Was working fine prior to the update.
Thank you
Hi kbreslin!
You can add this on your custom.css or Quick CSS:
.avia-layerslider {
z-index: 0;
position: relative;
}
.template-page.content.twelve.alpha.units {
z-index: 0;
}
.fixed_header #header {
position: fixed;
z-index: 9999;
}
Remove browser cache then reload the page a few times.
Regards,
Ismael
That worked! Thanks Ismael