Okay
  Public Ticket #290240
Header and Portfolio gap
Closed

Comments

  •  1
    Samu started the conversation

    I'm trying to remove the large white gap between the portfolio and the top header area in order to make it fully flush. None of the CSS I've found have worked. How do I do this?

  •  8,839
    Tahir replied

    Hey!

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


    ThemeNectar Support Team