Okay
  Public Ticket #708173
Page Appearance Issues
Closed

Comments

  • Kyle started the conversation

    When opened on certain web browsers, our webpage displays as a single small right-hand column and does not load as intended. Problem browsers include Chrome, Firefox, and Explorer. The only browser to accurately display our page in full width is Safari.

  •  8,992
    Tahir replied

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

    #boxed div~.container-wrap {
        overflow: visible !important;
    }
    

    Best.


    ThemeNectar Support Team