Okay
  Public Ticket #337839
How to get rid of gap space beneath slider?
Closed

Comments

  • Heather started the conversation

    On my site's homepage, there is a gap just under my sliders/above my orange "Become a GMA Member".  I don't have any padding set for this section.  Is there something else that could be causing this?  How do I make so that the orange banner is sitting flush at its top, with the bottom of the slider?  Thanks!!

  •  8,454
    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 

  • Heather replied

    Worked perfectly!!  Thank you!!