Okay
  Public Ticket #1159452
Internet Explorer / Cascading Images
Closed

Comments

  •  2
    jmairs started the conversation

    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

  •  9,009
    Tahir replied

    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) :

    @media all and (-ms-high-contrast:none) {
     .nectar_cascading_images .cascading-image img {
      width: 100% !important;
     }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    jmairs replied

    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. 

  •  2
    jmairs replied

    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!