Okay
  Public Ticket #993091
Video header bottom
Closed

Comments

  •  2
    Sam started the conversation

    Hey,

    I have a fullscreen video set as my header to the test site above. However get a thin sliver approx.10px of the row below encroaching on my "fullscreen"


    Please advise.

    Sam 

  •  2
    Sam replied

    OK so its not just the video header.

    Its every header on each page. Doesn't seem to fill 100%

  •  8,996
    Tahir replied

    Hey Again,

    Seeing this for the First Time . Please update to Salient 7.6 and VC 4.12.1 . If it doesnt work use below css. 

    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 {
        height: 100vh !important;
    }
    div#page-header-bg {
        height: 100vh !important;
    }

    Thanks


    ThemeNectar Support Team