Okay
  Public Ticket #493010
Slide out widget area messing up grid
Closed

Comments

  • Evan started the conversation

    Hi,

    I am having trouble with my slide out widget area, it breaks the grid and I am not sure how to fix it. I have attached a screen shot for reference.

    Thanks in advance,
    Evan

  •  8,987
    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) :
    div#footer-outer {
        transform: none !important;
    }
    
    
    .container-wrap {
        transform: none !important;
    }

    Also see: http://prntscr.com/80pdj3 . There is some broked html in there .

    Thanks



    ThemeNectar Support Team 

  • Evan replied

    Thanks!