Okay
  Public Ticket #2998725
Header Issues
Closed

Comments

  • tomtompdx started the conversation

    Hey gang thank you so much for your help. When i turned on the transparent header (and forced it to turn off for my home page) there appeared a white line between the header and the slider (as seen in the screen shot below). 

    Is there a way to get rid of this white section without disabling transparent header in the salient options. 



    Thanks gang

  •  2,958
    Andrew replied

    Hi there,

    Thanks for choosing Salient

    Use the following CSS.

    body[data-header-resize="0"] .container-wrap {
        padding-top: unset;
    }
    

    Thanks,