Okay
  Public Ticket #966258
Bug with Header creating white space
Closed

Comments

  •  2
    vondoug started the conversation

    I've noticed that upon opening the off-canvas menu a 4px white space pops up beneath the header bar at the top of the page and the image beneath it. Presumably this is a bug in Salient; and I'd appreciate if anyone could help me with the solution!

  •  8,996
    Tahir replied

    Hey Von,

    Seeing this for the First time so not really sure why its occurring .

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

    div#page-header-wrap {
        margin-top: -5px !important;
    }

    Thanks


    ThemeNectar Support Team