I have users that say the Cascading Images are covering the text on the left of the page. I have Screenshots and verified in Browser Tests (I don't have Explorer so I can't troubleshoot it locally). Can you let me know how to fix this issue? Thank you!
Could you Switch to the Parent Theme and check if that makes a Difference . If it doesnt work try to add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media all and (-ms-high-contrast:none) {
.nectar_cascading_images .cascading-image img {
width: 100% !important;
}
}
I found this fix in the forums and I tried it. It didn't work from what I could tell in the browser test that generates images of the website in every browser. I added the !important so hopefully that will help. Can you verify whether it is working now? I don't have Explorer so I can't troubleshoot on my end.
Hello,
I have users that say the Cascading Images are covering the text on the left of the page. I have Screenshots and verified in Browser Tests (I don't have Explorer so I can't troubleshoot it locally). Can you let me know how to fix this issue? Thank you!
John
Hey Again,
Could you Switch to the Parent Theme and check if that makes a Difference . If it doesnt work try to add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Hello,
I found this fix in the forums and I tried it. It didn't work from what I could tell in the browser test that generates images of the website in every browser. I added the !important so hopefully that will help. Can you verify whether it is working now? I don't have Explorer so I can't troubleshoot on my end.
I think it is good now, I had the client check with the person that was seeing this issue and they said it looked better, thanks!