Okay
  Public Ticket #956751
White gap on top of Nectar Slider
Closed

Comments

  •  2
    morningowl started the conversation

    Hey, there's a little white bar under our menu bar and the top nectar slider. 

    What setting is causing this? We have no padding, or divider on the nectar slider. 

    It shows up because I've enabled forced, non-transparency. We'd like to keep the non-transparency, how do I get rid of the white bar. Help? Thnx

    edit: updated description for accuracy

  •  8,454
    Tahir replied

    Hey Again,

    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-header-resize="0"] .container-wrap{
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  48
    Ben replied

    I have a similar white gap between the header and the row with text and a full width background image. Not sure how to address that. 

  •  8,454
    Tahir replied

    @Ben ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .wpb_wrapper > div {
        margin-bottom: 0px !important;
    }
    

    Be.st


    ThemeNectar Support Team