Okay
  Public Ticket #209554
Remove gap between rows
Closed

Comments

  • Dave started the conversation

    Trying to remove the gap between these two rows of content... help?

  •  8,470
    Tahir replied

    Hey Dave!

    Add a extra class in both those rows named 'no-line-height' and add this css in Salient Custom css box:

    .no-line-height p:last-child {
    line-height:0 !important;
    }

    See screenshot of how the markup should look like : http://prntscr.com/3gtu51 .

    Cheers


    ThemeNectar Support Team 

  • Dave replied

    That did it thanks!