Okay
  Public Ticket #1399487
Page Header with Scroll Effect
Closed

Comments

  • mirotck started the conversation

    Hello, I don't know how to remove this white part between the Header and the first row. Wheni  disable the Page Header parallax effect, then the white area disappears. but there must be a way to remove it. please help me!

    otherwise, great theme! i recommend it!

  •  3,067
    Andrew replied

    Hi Mirotck,

    You can remove that with this CSS:

    .container-wrap{
        padding-top:0px;
    }

    Add the CSS to the page setting area. See attached screenshot of where this is.
    Hope this helps.

  •  9,070
    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) :

    body[data-footer-reveal="1"][data-footer-reveal-shadow="small"] .container-wrap {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team