Okay
  Public Ticket #273317
white line appearing
Closed

Comments

  •  13
    Rodney started the conversation

    On the page above, I have a set a Page Header Image, followed by a full-width section in the page body (the blue band beneath the photo).

    A small white line is appearing between the image and the blue full-width section.

    How can I make this white line go away?

    If I disable the secondary menu - or - if I disable parallax from the Page Header Image, the line goes away.

    I don't want to lose parallax or the secondary menu in order to fix this.

    Please help!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body[data-bg-header="true"] .container-wrap {
        margin-top: -2px!important;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  •  13
    Rodney replied

    Perfect! Thanks, Tahir!