Okay
  Public Ticket #928620
CSS being funky in Internet Explorer
Closed

Comments

  •  2
    Cassey started the conversation

    Hi there, a client of ours let us know that the website looks funky on their end. They're running Windows 10 on Internet Explorer 11. I've attached a screenshot off browserstack to show where it's being weird for them. Any suggestions?

  •  8,996
    Tahir replied

    Hey Cassey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .vc_row.vc_row-o-equal-height>.span_12>.wpb_column >.vc_column-inner >.wpb_wrapper {
    min-height: 1px;
    }
    .vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
    width: 100%;
    }


    Thanks


    ThemeNectar Support Team