Okay
  Public Ticket #306268
No margin between rows
Closed

Comments

  • Ralph started the conversation

    Hello,

    I would like to know if it is possible to have no margin/white space between two rows. Now there is a white space between my slider and the next row of content. How can I remove the white space? See the url...

    thx!

  •  8,840
    Tahir replied

    Hey!

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


    ThemeNectar Support Team