Okay
  Public Ticket #325196
Nectar Slider Issue
Closed

Comments

  • terrell started the conversation

    As shown in the link I provided above, there is an unwanted space after my full screen nectar slider. The slide words fine and fits right up next the previous content when I have it set to parallax. As soon as I set it to not parallax and scroll normally, a space is created after the slider and before my next row. 

    I checked the padding of all the rows and it is set to 0. Is there a way to get rid of this space? Thanks! 

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .wpb_row {
        margin-bottom: 0px !important;
    }
    Thanks 


    ThemeNectar Support Team