Okay
  Public Ticket #1926110
Margin between elements
Closed

Comments

  • Joppe started the conversation

    Hello!

    I might be blind, but i cannot seem to find out what the problem is here.

  •  8,996
    Tahir replied

    Not sure i understand, Are you referring to the margin btw the rows ?.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team