I have a css logo that sits bottom right.
the footer and socket line and all other enfold items appear on top of the logo?
I have set the zindex of the logo to 9999 but it still flows underneath????
Hey washem,
Thank you for using Enfold.
You need to adjust the z-index of the container as well.
.home #after_full_slider_1 {
z-index: 1000;
}
Best regards,
Ismael
thanks all good
works a treat on the homepage but not on subsequent pages?
rn-s.mds-test.bitnamiapp.com/elwood-house/
Hi washem,
Try like this:
#after_full_slider_1 {
z-index: 1000;
}
If you need further assistance please let us know.
Best regards,
Victoria
have placed this code but logo is still behind the socket and images in masonry gallery images on all but the home page?