Website not rendering properly on Microsoft Edge only

Hi there,

I saw some other posts regarding Edge browser, but I am not sure how to fix these. Images are coming over overlapping text on a few pages on this site: https://rrconnectionpt.wpengine.com/connect/ All other browsers show as they should.



https://rrconnectionpt.wpengine.com/give/

Hi @tkcostello,

Please try adding this custom CSS for IE browsers on Cornerstone > Content CSS on both pages:

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){

.x-image img{
   width:100% !important;
}

}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.