Okay
  Public Ticket #898857
Rows appearing differenly in internet explorer than firefox
Closed

Comments

  •  2
    James started the conversation

    The bottom three rows of columns on the 'our services' page are where it says 'MOTIVATE AND MANAGE, IXL CREATE ETC... AND SET DEDICATED STAFF ETC...' appearing differently in Internet explorer than they in other browsers (chrome, edge and firefox etc.)

    the text runs off to the side. I need the rows to look in internet explorer as they do in chrome and firefox 

    (Please see attached screen shot for firefox on the left and the missalignment issue on the right)

  •  8,996
    Tahir replied

    Hey James,

    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