Okay
  Public Ticket #358655
Paddiin under the header..
Closed

Comments

  • Paul started the conversation

    I can't figure out whey I have such a huge amount of padding or a section under the header when scrolling.. On the Main Page. I have tried everything.. how do i get ride of all the white space when I am scrolled all the way to the top..  my header is set at 120.. 

  •  8,847
    Tahir replied

    Hey Paul!

    You have the Page header active therefore the space.

    Add this into the Custom CSS box located in your Salient Options panel :
    .home div#page-header-bg {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team