Hi there,
For some reason my image isn’t displaying infront of my layerslider like it used to? Can someone have a look into this please? Z-index image is set to 9999.
Kind regards,
Hi there,
For some reason my image isn’t displaying infront of my layerslider like it used to? Can someone have a look into this please? Z-index image is set to 9999.
Kind regards,
Hello There,
I was able to logged in and this is what I am seeing.
Could you please elaborate which image you are referring in this issue?
Thank you.
Hi RueNel,
The book image is the one i’m referring to. It’s hidden behind the slider. I’ve checked all of the previous code / fixes i’ve used for it, and they’re all still in place. Also the z-index on the book / the slider are the same, so I can’t figure out why it’s showing behind not infront?
Apologies I wasn’t brilliantly clear on that last night!
Kind regards,
Hi there,
It’s not behind a slider, it’s clipped by the container itself. Please add this CSS to your global custom CSS.
.cp-info-bar {
overflow: visible !important;
}
Thanks!
Hi Rad,
Thanks for your help. That seems to have fixed it. Just for future references, how did you go around seeing that? I couldn’t see it for the life of me in the Chrome Developer tools.
Kind regards,
Hi there,
I manually clicked parent elements of the image one by one until I found the overflow: hidden
styling. That’s the styling responsible for clipping.
Thanks!
Thanks for your help! Consider this closed!
Kind regards,
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.