Okay
  Public Ticket #1116437
White gap between page header image and video
Closed

Comments

  •  2
    JordanOsmond started the conversation

    Hi there,

    I've added a page header image and placed a RAW HTML video in the page content but there's a white gap between the two elements that I can't seem to get rid of. How do I go about fixing this?

    Thanks,

    Jordan

  •  9,005
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

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

    .wpb_row{
        margin-bottom:0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   JordanOsmond replied privately
  •  9,005
    Tahir replied

    Hey Again,

    Sorry for the Delay caused due to the Ticksy Support System Database Updates .

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

    body.single-post[data-bg-header="true"].ascend .container-wrap {
        padding-top: 0px!important;
    }

    Thanks


    ThemeNectar Support Team